|
-
Nov 24th, 2009, 05:56 PM
#1
Thread Starter
Member
SetCursorPos question
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|