I've noticed an increasing number of Windows applications that do not have the usual non-client window borders and maximize/minimize/close buttons. Examples include the Zune player software and the MetroTwit Twitter client app.
My question is: how does one do this without resorting to native API coding? Is it possible to create such applications using .Net (by overriding Form.OnPaint?) or WPF?
Suggestions and/or sample code snippets would be welcomed.