|
-
Sep 9th, 2001, 10:27 PM
#1
-
Sep 18th, 2001, 09:30 PM
#2
New Member
Try this api:
Private Declare Function BlockInput Lib "user32" (ByVal fBlock As Long) As Long
'to disable input
BlockInput True
'to enable input
BlockInput False
I use this to control games such as conter-strike, red alert, but this one fails with virtual pool!!
Enjoy!!
-
Sep 19th, 2001, 11:36 PM
#3
Frenzied Member
But make sure you unblock the input later. Because it blocks completly the input.
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
|