Click here to Skip to main content
16,011,754 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: How to get the Pin
Michael Dunn20-Jan-01 5:30
sitebuilderMichael Dunn20-Jan-01 5:30 
GeneralNetwork game Pin
20-Jan-01 0:54
suss20-Jan-01 0:54 
GeneralRe: Network game Pin
NormDroid20-Jan-01 1:39
professionalNormDroid20-Jan-01 1:39 
GeneralOpening the CD ROM drive Pin
Ashman20-Jan-01 0:47
Ashman20-Jan-01 0:47 
GeneralRe: Opening the CD ROM drive Pin
24-Jan-01 2:56
suss24-Jan-01 2:56 
GeneralSmall question about MFC\DIALOG Pin
Ahmad19-Jan-01 21:01
Ahmad19-Jan-01 21:01 
GeneralRe: Small question about MFC\DIALOG Pin
19-Jan-01 21:37
suss19-Jan-01 21:37 
GeneralRe: Small question about MFC\DIALOG Pin
Christian Graus19-Jan-01 23:09
protectorChristian Graus19-Jan-01 23:09 
You stop it by overriding OnOK and OnCancel. You can make the buttons still work by checking the keystate with GetKeyState(VK_RETURN) (or VK_ESCAPE) and returning if they are down. Then your button works, but the key does not.


Christian

The content of this post is not necessarily the opinion of my yadda yadda yadda.

To understand recursion, we must first understand recursion.
QuestionDuplicate entries inside my std::map. Why? Pin
Alvaro Mendez19-Jan-01 10:48
Alvaro Mendez19-Jan-01 10:48 
AnswerRe: Duplicate entries inside my std::map. Why? Pin
Chris Losinger19-Jan-01 11:35
professionalChris Losinger19-Jan-01 11:35 
GeneralRe: Duplicate entries inside my std::map. Why? Pin
Alvaro Mendez22-Jan-01 5:54
Alvaro Mendez22-Jan-01 5:54 
GeneralRe: Duplicate entries inside my std::map. Why? Pin
Alvaro Mendez22-Jan-01 8:16
Alvaro Mendez22-Jan-01 8:16 
GeneralRe: Duplicate entries inside my std::map. Why? Pin
Chris Losinger22-Jan-01 7:58
professionalChris Losinger22-Jan-01 7:58 
GeneralRe: Duplicate entries inside my std::map. Why? Pin
Alvaro Mendez22-Jan-01 7:10
Alvaro Mendez22-Jan-01 7:10 
GeneralOpen up a dialog resource from a DLL Pin
kk919-Jan-01 10:34
kk919-Jan-01 10:34 
GeneralRe: Open up a dialog resource from a DLL Pin
David Fedolfi19-Jan-01 10:48
David Fedolfi19-Jan-01 10:48 
GeneralActivate window in Win2000 Pin
Mike Melnikov19-Jan-01 3:36
Mike Melnikov19-Jan-01 3:36 
GeneralRe: Activate window in Win2000 Pin
AlexMarbus19-Jan-01 7:17
AlexMarbus19-Jan-01 7:17 
GeneralI've found another solution Pin
Mike Melnikov23-Jan-01 1:12
Mike Melnikov23-Jan-01 1:12 
GeneralRe: Activate window in Win2000 Pin
Michael Dunn19-Jan-01 14:34
sitebuilderMichael Dunn19-Jan-01 14:34 
GeneralI've found another solution Pin
Mike Melnikov23-Jan-01 1:15
Mike Melnikov23-Jan-01 1:15 
GeneralMember initialization Pin
Suha Aktan19-Jan-01 2:46
Suha Aktan19-Jan-01 2:46 
GeneralRe: Member initialization Pin
David Fedolfi19-Jan-01 3:32
David Fedolfi19-Jan-01 3:32 
GeneralRe: Member initialization Pin
David Fedolfi19-Jan-01 3:38
David Fedolfi19-Jan-01 3:38 
Generalshare folder Pin
derhackler19-Jan-01 1:51
derhackler19-Jan-01 1:51 

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.