In my WPF Project I have a WPF Window. I want to use Sticky Windows Solution i开发者_StackOverflow中文版n my WPF Project. The library wants only one parameter: the System.Windows.Forms.Form object.
I have a winforms app but I would like to introduce a WPF user control into the app as a开发者_开发技巧 taster for further WPF implementation.
I found a thread on MSDN that shows how to add an item to the context menu of a Windows Forms title bar.