| Author |
Message |
Topic: Help on capturing mouse events outside program window |
Johnny
Replies: 2
Views: 11412
|
Forum: General Help Posted: Thu Mar 31, 2005 4:17 am Subject: Help on capturing mouse events outside program window |
Thank you very much for your code, Skit3000!
but a problem is that when I store the mouse move as text, the file size will get too large and it is slow to handle, if the timer interval is too short. ... |
Topic: Help on capturing mouse events outside program window |
Johnny
Replies: 2
Views: 11412
|
Forum: General Help Posted: Mon Mar 28, 2005 2:44 pm Subject: Help on capturing mouse events outside program window |
Hello everybody!
I would like to ask how I can capture mouse events and mouse movements outside the program window in realtime, so that I can reproduce the mouse actions exactly as how I have done ... |
Topic: Question about NULL in API |
Johnny
Replies: 8
Views: 20676
|
Forum: General Help Posted: Sat Feb 26, 2005 3:40 pm Subject: Question about NULL in API |
You can also use "NIL:" as a parameter...
@lib(user32.dll,FunctionName,INT:,STR:Hello world!,NIL:,INT:53542)
o really? this will be very useful.
Thanks very much~ |
Topic: Question about NULL in API |
Johnny
Replies: 8
Views: 20676
|
Forum: General Help Posted: Sat Feb 26, 2005 3:38 pm Subject: Question about NULL in API |
Passing zero should work.
Cheers, Mac
I will try on it~ Thanks~ |
Topic: Question about NULL in API |
Johnny
Replies: 8
Views: 20676
|
Forum: General Help Posted: Sat Feb 26, 2005 3:24 pm Subject: Question about NULL in API |
I would like to ask how I can pass a NULL as parameter to API functions?
Is there something in VDS like vbNullString in VB, that can be passed to API functions?
I have tried leaving the parameter ... |
| |