Thin-border on WPF window?

Posted by Rezzie on Stack Overflow See other posts from Stack Overflow or by Rezzie
Published on 2010-05-24T20:45:54Z Indexed on 2010/05/24 20:51 UTC
Read the original article Hit count: 343

Filed under:
|
|

I'd like to create a window, using WPF, that has a thin border all the way around the form - i.e. no space for the title bar with the icon/caption and min/max/close buttons.

For example, the "extra" icons form of the new Windows 7 taskbar:

alt text

How can I do this with WPF (I don't mind resorting to the Win32 API, if not supported natively by WPF)?

© Stack Overflow or respective owner

Related posts about c#

Related posts about wpf