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.
Printable View
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.
Code:Private Declare Function SetCursorPos Lib "user32" (ByVal X As Long, ByVal Y As Long) As Long
SetCursorPos xpos, ypos
Thank you. But Pixels?
How can I understand which is X,Y?
The 1st argument is X, and the 2nd argument is Y.
This is off subject, but MEGATRON, how many posts did you have before you got your custom description (decepticon)?
It supposed to be at 4096, but I didn't get around to changing it until now.