How to move window

  • Thread starter Thread starter Tomomichi Amano
  • Start date Start date
T

Tomomichi Amano

How do I move a window without useing the titlebar (the blue bar on the top
of the window).

Thanks in advance
 
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.
 
Back
Top