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?