jfo's coding

adventures in windows forms and wpf
Posts
  • jfo's coding

    WM_NCHITTEST and Resizable ToolStripDropDowns

    • 0 Comments
    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...
  • jfo's coding

    Why is STAThread required?

    • 11 Comments
    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...
Page 1 of 1 (2 items)