Hi,ppl. I've got next problem:
1)I want to broadcanst some hot key combination such as
Ctrl+ins+ins. I know that i have to make something like this
but unfortunately something just don't work. What the catch?
Here code goes...
int bu=777;
RegisterHotKey(HWND_BROADCAST,bu,MOD_CONTROL || VK_INSERT || VK_INSERT,NULL);
::SendMessage(HWND_BROADCAST,bu,MOD_CONTROL ,NULL);
...
...
with due respect.
1)I want to broadcanst some hot key combination such as
Ctrl+ins+ins. I know that i have to make something like this
but unfortunately something just don't work. What the catch?
Here code goes...
int bu=777;
RegisterHotKey(HWND_BROADCAST,bu,MOD_CONTROL || VK_INSERT || VK_INSERT,NULL);
::SendMessage(HWND_BROADCAST,bu,MOD_CONTROL ,NULL);
...
...
with due respect.