|
-
March 16th, 2012, 03:06 AM
#3
Re: How To use HotKey Control in VC++?
I have read the documentation,I have set control on my dialog
WORD dw = 'D';
m_hot.SetHotKey(dw,HOTKEYF_CONTROL);
when I run program it displays the key "ctrl+D " in hotkey control.
But what does it does,it doesnot activates window
How to use the key?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|