|
-
May 3rd, 1999, 10:48 AM
#1
Keyboard simulation
I want to simulate in the UI this situation: the user press at the same time the folowing keys:
<Ctrl>, <Alt> and <A>
If I need only the simulation for one key I do this:
pWnd->PostMessage ( WM_KEYDOWN, 'Y', 0 );
or
pWnd->PostMessage ( WM_KEYDOWN, VK_RETURN, 0 );
but how can I do this (if it is possible) for more than a key ???
I don't care what kind of solution somebody has, but I need one.
Thanks a lot.
Emanuil Achim
[email protected]
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
|