Im a little new to Sendmessage... what im trying to do is send Ctrl Insert to another window. I know how to get the handle and what not just having a hard time with the sendmessage api to execute this task. Here is the keyboard output from spy++ of me hitting ctrl+ins.
If someone could give me a nudge in the correct direction...
Thanks for the help.
<00001> 00960098 P WM_KEYDOWN nVirtKey:VK_CONTROL cRepeat:1 ScanCode:1D fExtended:0 fAltDown:0 fRepeat:0 fUp:0
<00002> 00960098 P WM_KEYDOWN nVirtKey:VK_INSERT cRepeat:1 ScanCode:52 fExtended:1 fAltDown:0 fRepeat:0 fUp:0
<00003> 00960098 P WM_KEYUP nVirtKey:VK_INSERT cRepeat:1 ScanCode:52 fExtended:1 fAltDown:0 fRepeat:1 fUp:1
<00004> 00960098 P WM_KEYUP nVirtKey:VK_CONTROL cRepeat:1 ScanCode:1D fExtended:0 fAltDown:0 fRepeat:1 fUp:1




Reply With Quote