how do you get information on when a user click and drag with the mouse?
I need to know when the user clicks the mouse (mouseDown event) and then the coordinates of the mouse if the user moves it while holding down the mouse button.
Printable View
how do you get information on when a user click and drag with the mouse?
I need to know when the user clicks the mouse (mouseDown event) and then the coordinates of the mouse if the user moves it while holding down the mouse button.
Hey!!
read the help topic of Mouse move event in the MSDN library. It describes everything.
If you want I can copy the same and paste it here for you.