Click here to Skip to main content
15,894,646 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i am using personal Alpha to run open-vms OS on windows 7,this works fine.
i want to send keys to this Application from C# but failed. till now i used sendkeys,postmessage and sendmessage for achieving this,this all works fine for other application such as Notepad,wordpad etc.

i used spy++ and captured this output by pressing a
<00001> 000407A6 WM_KEYDOWN nVirtKey:'A'cRepeat:1 ScanCode:1EfExtended:0fAltDown:0fRepeat:0fUp:0

<00001> 000407A6 WM_KEYUP nVirtKey:'A'cRepeat:1 ScanCode:1EfExtended:0fAltDown:0fRepeat:1fUp:1

for keydown
wParam:00000041
lParam:001E0001


for keyup
wParam:00000041
lParam:C01E0001




Please suggest me how can i do this,
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900