How to dock an application in the Windows desktop?

Posted by Sacha on Stack Overflow See other posts from Stack Overflow or by Sacha
Published on 2010-05-07T22:19:42Z Indexed on 2010/05/07 22:28 UTC
Read the original article Hit count: 189

Filed under:
|
|
|
|

I would like to develop a small notifications application for Windows in .NET that docks on the right/left side of the screen (not consuming more than 300px), should always be visible and force the rest of windows to not overlap this application (something like the old Office taskbar or Vista's Sidebar). I have no idea where to start. Can it be done using XAML/WPF? Since I haven't even started coding any option is valid at this point.

Thanks!

© Stack Overflow or respective owner

Related posts about .NET

Related posts about wpf