Hey guys,
I did all that is written in the win32api but I couldn't make my hotkey work:rolleyes:
May be you'll share some sources with me with a working hotkey....
Btw, I tryed searching so plz don't send me there
:grin:
I did all that is written in the win32api but I couldn't make my hotkey work:rolleyes:
May be you'll share some sources with me with a working hotkey....
Btw, I tryed searching so plz don't send me there
:grin:
Btw, I tryed searching so plz don't send me there
:grin:
LIAR!!! :grin:
http://www.asmcommunity.net/board/index.php?topic=2662&highlight=register+hotkey
http://www.asmcommunity.net/board/index.php?topic=3571&highlight=register+hotkey
Nukem,
If your app has a message loop, (IE not a dialog) you can use the WM_KEYDOWN/UP messages or WM_CHAR directly in the message loop and then use GetAsynchKeyState() to handle most hot key combinations.
Regards,
hutch@movsd.com
If your app has a message loop, (IE not a dialog) you can use the WM_KEYDOWN/UP messages or WM_CHAR directly in the message loop and then use GetAsynchKeyState() to handle most hot key combinations.
Regards,
hutch@movsd.com
Thanx Hutch,
I'll try to do it this way
Thanx for help, you're(all) the best and MASM is the best
I'll try to do it this way
Thanx for help, you're(all) the best and MASM is the best