|
-
August 7th, 2011, 04:31 PM
#9
Re: C++ problem with sending keystrokes
 Originally Posted by Doomy
A keyboardevent is being sent but its not a %,
How do you know it?
keybd_event does not return any value (it is void) so it is impossible to know whether it succeeds or fails (note that Sendinput type is int and if it filed then GetLastError will give you the extended error info)
Victor Nijegorodov
Tags for this Thread
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
|