Welcome to MSDN Blogs Sign in | Join | Help

jfo's coding

adventures in windows forms and wpf

April 2005 - Posts

WM_NCHITTEST and Resizable ToolStripDropDowns
Jim asks: Do you know of a way to make the ToolStripDropDown resizable by the user, similar to what the SizingGrip of a StatusStrip does for a form? The sizing grip of status bars (and the resize handles of forms, etc) are typically done by responding Read More...
Why is STAThread required?
Over the top of your Main method, you may have noticed this funny decoration: [STAThread] static void Main() { Several people have asked, what is this and is it this actually necessary? When the STAThreadAttribute is applied, it changes the apartment Read More...
Page view tracker