Pointer Coordinates

B

Brian Rypstra

Is thre any way I can use code to determine the position of the users mouse
pointer as co-ordinates in a form?

Thanks in advance
 
N

Neil

Hello Brian,

You can use the MouseMove event to determine where the mouse is at a certain
time (and which button was pressed). Check out the Help Files to get more
info.

HTH,

Neil
 
C

chas

Hi Brian,

I replied earlier but my post appears to be 'lost'
apologies forduplication if it appears eventually.

You can use any of the 'On Mouse....' events on a Form to
track the mouse position based on x/y co-ordinates that
are passed into the event by the system. Build a code
event for one of them and take a look at the arguments for
the event.

hth

chas
 

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

Top