Hi,
I would like to move a UserControl in a drag-and-drop way (user clicks on control and while the button is down the control changes its location fallowing the mouse).
I start the drag process in a MouseDown event but while the mouse button (left) is pressed my UserControl does not get any MouseMove (or any other mouse) event.
What event is triggered when a mouse is moved over a control while a button is pressed?
Thanks for any answer.
I would like to move a UserControl in a drag-and-drop way (user clicks on control and while the button is down the control changes its location fallowing the mouse).
I start the drag process in a MouseDown event but while the mouse button (left) is pressed my UserControl does not get any MouseMove (or any other mouse) event.
What event is triggered when a mouse is moved over a control while a button is pressed?
Thanks for any answer.
Comment