T Tomomichi Amano Sep 17, 2003 #1 How do I move a window without useing the titlebar (the blue bar on the top of the window). Thanks in advance
How do I move a window without useing the titlebar (the blue bar on the top of the window). Thanks in advance
N Nicholas Paldino [.NET/C# MVP] Sep 17, 2003 #2 Tomomichi, I believe that you can set the Location property on the Form to set the location of the form. If that doesn't work, you can always use the SetWindowPos function through the P/Invoke layer. Hope this helps.
Tomomichi, I believe that you can set the Location property on the Form to set the location of the form. If that doesn't work, you can always use the SetWindowPos function through the P/Invoke layer. Hope this helps.