|
-
Jul 2nd, 2010, 09:38 AM
#1
Thread Starter
Fanatic Member
Re: Global Mouse Hook
Ok well, i want only X1 And Y1 to update at same time then i have a Integer which tells the program how many coordinates are already in.
How can i do it so when cAmount = 1 X1 and Y1 update then when cAmount = 2 X2 and Y2 Update and so on up to 15?
-
Jul 2nd, 2010, 09:45 AM
#2
Frenzied Member
Re: Global Mouse Hook
Have a variable in your thread function that initially hold the value of the first set of boxes to be updated (1). Now in the while loop, if they pressed the left mouse button, update the textboxes X1, and Y1 and then increment the variable (now it equals 2) and so on...
Justin
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
|