Dragging a non-borderless Form in VC++.Net....

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have my Form borders set to "none", because I am using a bitmap for my
background. How do I drag the Form so the user can move the Form?
 
I think you have to use the mousedown event to grab the form, mousemoved to
move it and mouseup to release it
 

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