C# - How to make a StatusStrip resize a borderless Form
问题 I am trying to resize a borderless form with a StatusStrip (I'm using a tool strip for many reasons). I have successfully moved a form with a MenuStrip, but never resized, so I do have a little understanding on sending messages and EventHandling. However, the StatusStrip doesn't move when clicked. Below is what I have so far. Custom StatusStrip Class: public class PassThroughStatusStrip : StatusStrip{ protected override void WndProc(ref Message m){ const int WM_NCHITTEST = 0x0084; const int