hi


I coded a program And it works on my computer. But i want to use it on my sisters computer...

I use the SetCursorPos(X,Y) to move the mouse. One problem the screenresolution of my pc is diferent form my sisters computer.


So i tried to use this code:

ex: SetCursorPos(me.location.x = 532, me.location.y = 234)

so i want to generation the position of my mouse on my form.
So if i click my button i need to go to somewhere on my form. but it need to get the cordinates from my form and not form my computerscreen.

sorry for my bad english ... I hope you understand my problem.

greetings