04-16-2009, 01:53 AM
Hi, I'm trying to create a macro which will grab the mouse position, perform an action in one window and then return the mouse to it's previous location.
Specifically my question is how does GetCursorPos store the information?
I saw something like GetCursorPos &var;
is this correct syntax?
How do I then pull the values from &var and mov to those coordinates?
Thank you for your time
Specifically my question is how does GetCursorPos store the information?
I saw something like GetCursorPos &var;
is this correct syntax?
How do I then pull the values from &var and mov to those coordinates?
Thank you for your time