MarkButler
Programmer
I need to find the mouse pointer position relative to _SCREEN not the form itself. Most the VFP functions return x/y coordinates relative to the top left of a container.
What I want to do is place a form on top of the active form just below the point where the mouse is currently located. I need to capture the x/y at the time the mouse is left clicked so when I activate the form I can move it to x/y which should be just below the point of the click.
Any suggestions?
TIA
What I want to do is place a form on top of the active form just below the point where the mouse is currently located. I need to capture the x/y at the time the mouse is left clicked so when I activate the form I can move it to x/y which should be just below the point of the click.
Any suggestions?
TIA