|
-
Feb 24th, 2001, 05:00 AM
#1
Thread Starter
Lively Member
Friends,
I like to know the statistics of Window pixels.
Width Pixels, Height Pixels.
I like to set my mouse cursor at a Particular Position. I think SetCursorPos will use for this. How?
Thanx in advance.
-
Feb 24th, 2001, 06:53 AM
#2
Frenzied Member
Code:
Private Declare Function SetCursorPos Lib "user32" (ByVal X As Long, ByVal Y As Long) As Long
SetCursorPos xpos, ypos
-
Feb 24th, 2001, 07:05 AM
#3
Thread Starter
Lively Member
Thank you. But Pixels?
How can I understand which is X,Y?
-
Feb 24th, 2001, 11:22 AM
#4
The 1st argument is X, and the 2nd argument is Y.
-
Feb 24th, 2001, 11:33 AM
#5
This is off subject, but MEGATRON, how many posts did you have before you got your custom description (decepticon)?
-
Feb 24th, 2001, 11:46 AM
#6
It supposed to be at 4096, but I didn't get around to changing it until now.
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
|