Hi,
You may use the WinAPI function from user32.dll
long SetCursorPos(long x, long y);
to move the mouse cursor to the point you need. Read about this function at
http://www.vbapi.com/ref/s/setcursorpos.html
To call this function you may use "Functions/advanced/Call library function".
Good luck.
Oleg Chutko.