|
-
October 19th, 2009, 05:34 PM
#5
Re: Send Clicks
What are the declaration of these for?
private Const MOUSEEVENTF_LEFTDOWN = &H2
private Const MOUSEEVENTF_LEFTUP = &H4
does it mean that in user32.dll, the events definition is &H2.. H4... ? I mean, is it like somewhere they have #define MOUSEEVENTF_LEFTDOWN &H2 or something like that?
and where I can find how these events are defined in the library?
so in another way, I can just type mouse_event &H2, 0, 0,0,0 ?
thanks
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
|