|
-
August 9th, 2011, 09:26 AM
#16
Re: C++ problem with sending keystrokes
 Originally Posted by Doomy
keybd_event(0x25, 0, 0, 0);
keybd_event(0x25, 0, KEYEVENTF_KEYUP, 0);
there, does that help in any way? i doubt it.
Sure it helps.
At least it shows that you are NOT sending '%'. According to MSDN:
VK_LEFT 0x25 LEFT ARROW key
Vlad - MS MVP [2007 - 2012] - www.FeinSoftware.com
Convenience and productivity tools for Microsoft Visual Studio:
FeinWindows - replacement windows manager for Visual Studio, and more...
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
|