Click here to Skip to main content
15,900,815 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Another question on c++ template Pin
Yuwen Zhou8-Jun-07 5:10
Yuwen Zhou8-Jun-07 5:10 
Questionauto_ptr Pin
vibindia7-Jun-07 23:42
vibindia7-Jun-07 23:42 
AnswerRe: auto_ptr Pin
CPallini7-Jun-07 23:52
mveCPallini7-Jun-07 23:52 
GeneralRe: auto_ptr Pin
vibindia8-Jun-07 0:00
vibindia8-Jun-07 0:00 
GeneralRe: auto_ptr Pin
CPallini8-Jun-07 0:05
mveCPallini8-Jun-07 0:05 
GeneralRe: auto_ptr Pin
vibindia8-Jun-07 0:09
vibindia8-Jun-07 0:09 
QuestionRegisterHotKey Ctrl+Alt+F1 Pin
Andy H7-Jun-07 23:19
Andy H7-Jun-07 23:19 
AnswerRe: RegisterHotKey Ctrl+Alt+F1 Pin
Nibu babu thomas7-Jun-07 23:33
Nibu babu thomas7-Jun-07 23:33 
Andy H wrote:
I am capturing the message WM_HOTKEY these hotkeys do not work! I have registered other hotkeys just fine, and even if I change the above to capture say CTRL+ALT+B that works fine. Do I need to capture the key combination CTRL+ALT+F1 in a different way?


What does GetLastError say? Or use @err,hr in the debugger and debug through to find out what happens when you call RegisterHotKey.

On my machine on pressing Ctrl + Alt + F1 it pops up windows help dialog.


Nibu thomas
A Developer

Code must be written to be read, not by the compiler, but by another human being.

http:\\nibuthomas.wordpress.com

GeneralRe: RegisterHotKey Ctrl+Alt+F1 Pin
Andy H8-Jun-07 0:36
Andy H8-Jun-07 0:36 
GeneralRe: RegisterHotKey Ctrl+Alt+F1 Pin
Andy H8-Jun-07 1:22
Andy H8-Jun-07 1:22 
GeneralRe: RegisterHotKey Ctrl+Alt+F1 Pin
Nibu babu thomas8-Jun-07 2:51
Nibu babu thomas8-Jun-07 2:51 
GeneralRe: RegisterHotKey Ctrl+Alt+F1 Pin
Andy H8-Jun-07 4:15
Andy H8-Jun-07 4:15 
AnswerRe: Unicode prob? Pin
Nibu babu thomas7-Jun-07 23:11
Nibu babu thomas7-Jun-07 23:11 
GeneralRe: Unicode prob? Pin
Software_Specialist7-Jun-07 23:15
Software_Specialist7-Jun-07 23:15 
GeneralLil More problem....? Pin
Software_Specialist7-Jun-07 23:54
Software_Specialist7-Jun-07 23:54 
GeneralRe: Lil More problem....? Pin
Nibu babu thomas7-Jun-07 23:57
Nibu babu thomas7-Jun-07 23:57 
GeneralRe: Lil More problem....? Pin
Software_Specialist8-Jun-07 0:05
Software_Specialist8-Jun-07 0:05 
AnswerRe: Unicode prob? Pin
David Crow8-Jun-07 3:10
David Crow8-Jun-07 3:10 
AnswerRe: Unicode prob? Pin
Mark Salsbery8-Jun-07 7:20
Mark Salsbery8-Jun-07 7:20 
QuestionUnicode prob? Pin
Software_Specialist7-Jun-07 22:52
Software_Specialist7-Jun-07 22:52 
AnswerRe: Unicode prob? Pin
SandipG 7-Jun-07 23:02
SandipG 7-Jun-07 23:02 
GeneralRe: Unicode prob? Pin
Software_Specialist7-Jun-07 23:10
Software_Specialist7-Jun-07 23:10 
AnswerRe: Unicode prob? Pin
Matthew Faithfull7-Jun-07 23:09
Matthew Faithfull7-Jun-07 23:09 
AnswerRe: Unicode prob? Pin
Rajkumar R7-Jun-07 23:10
Rajkumar R7-Jun-07 23:10 
QuestionHow to indicate a socket is open or not? Pin
kcynic7-Jun-07 22:50
kcynic7-Jun-07 22:50 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.