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
 
Back
Top