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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top