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:
How can I do this with WPF (I don't mind resorting to the Win32 API, if not supported natively by WPF)?