Hello everyone,
I have a vb.net application, and I want to know how to find the coordinates of the pointer (mouse) when it is clicked on the form. Not much else to say, so I'll leave it like that.. :D
Thanks
Hello everyone,
I have a vb.net application, and I want to know how to find the coordinates of the pointer (mouse) when it is clicked on the form. Not much else to say, so I'll leave it like that.. :D
Thanks
This question was asked over on DENIWEB: http://www.daniweb.com/forums/thread11533.html# Check it out, it should help answer your question. Cheers
I believe you are looking for the mousedown
event. Mind that, if you are looking for actual screen coordinates, you might have to perform some calculations as well or use Windows API to get the coordinates fast.