|
3 |
edited tags
|
||
|
2 | + explain better the question | ||
|
I want to send WM_HOTKEY to be captured by other application using a global desktop HotShortCut. The expected Keys are CTRL + F10 This is the only way I found to trigger the capture of WM_HOTKEY:
if I change any of the values of Msg.LParamLo or Msg.LParamHi, WM_HOTKEY is not triggered by the other app. But using this way, before the message WM_HOTKEY is captured by the Method:
The "Windows Execute Dialog" is executed (shortcut "Windows Key" + R) How is the right way to pass Msg.LParamLo and Msg.LParamHi, to make sure Im sending WM_HOTKEY + "CTRL + F10". |
||||
|
1 |
|
||
How send WM_HOTKEY with PostMessage?I want to send WM_HOTKEY to be captured by other application using a global desktop HotShortCut. The expected Keys are CTRL + F10 This is the only way I found to trigger the capture of WM_HOTKEY:
But before the message WM_HOTKEY is captured by the Method:
The "Windows Execute Dialog" is executed (shortcut "Windows Key" + R) How is the right way to pass Msg.LParamLo and Msg.LParamHi, to make sure Im sending WM_HOTKEY + "CTRL + F10".
|
||||
