Click here to Skip to main content
15,917,473 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: stl map bug Pin
valikac5-Sep-03 5:20
valikac5-Sep-03 5:20 
GeneralRe: stl map bug Pin
Brian van der Beek5-Sep-03 5:26
Brian van der Beek5-Sep-03 5:26 
GeneralRe: stl map bug Pin
dog_spawn5-Sep-03 5:32
dog_spawn5-Sep-03 5:32 
GeneralRe: stl map bug Pin
Brian van der Beek5-Sep-03 5:52
Brian van der Beek5-Sep-03 5:52 
GeneralRe: stl map bug Pin
dog_spawn5-Sep-03 6:07
dog_spawn5-Sep-03 6:07 
GeneralRe: stl map bug Pin
Joe Woodbury5-Sep-03 8:31
professionalJoe Woodbury5-Sep-03 8:31 
GeneralProperty Sheet Header problem..! Pin
Halloko5-Sep-03 4:25
Halloko5-Sep-03 4:25 
GeneralRe: Property Sheet Header problem..! Pin
Alvaro Mendez5-Sep-03 6:35
Alvaro Mendez5-Sep-03 6:35 
GeneralRe: Property Sheet Header problem..! Pin
Halloko5-Sep-03 6:39
Halloko5-Sep-03 6:39 
GeneralOT: archives Pin
Michael Dunn5-Sep-03 15:40
sitebuilderMichael Dunn5-Sep-03 15:40 
QuestionHow to get line speed Pin
modular5-Sep-03 2:30
modular5-Sep-03 2:30 
AnswerRe: How to get line speed Pin
valikac5-Sep-03 5:22
valikac5-Sep-03 5:22 
Questionhow to get results from one process into another? Pin
ns5-Sep-03 2:22
ns5-Sep-03 2:22 
AnswerRe: how to get results from one process into another? Pin
Jagadeesh VN5-Sep-03 2:43
Jagadeesh VN5-Sep-03 2:43 
AnswerRe: how to get results from one process into another? Pin
RobJones5-Sep-03 3:59
RobJones5-Sep-03 3:59 
GeneralRe: how to get results from one process into another? Pin
ns5-Sep-03 4:08
ns5-Sep-03 4:08 
GeneralRe: how to get results from one process into another? Pin
Alvaro Mendez5-Sep-03 5:01
Alvaro Mendez5-Sep-03 5:01 
GeneralMany thanks!!! Pin
ns5-Sep-03 9:00
ns5-Sep-03 9:00 
GeneralListBox in MFC Pin
cberam5-Sep-03 2:19
cberam5-Sep-03 2:19 
GeneralRe: ListBox in MFC Pin
David Crow5-Sep-03 3:33
David Crow5-Sep-03 3:33 
GeneralDisabling escape key for dialog box Pin
modular5-Sep-03 2:14
modular5-Sep-03 2:14 
I have dialog box in my application. I want disable esc key for dialog. I tried to override OnCancel function as follows.
CMyDialog :: OnCancel()
{
// OnCancel();
return;
}

But problem with above code is that cross button in corner
does not work. It does not close dialog box after pressing close button.
Can anyone suggest any other way to override OnCancel?
GeneralRe: Disabling escape key for dialog box Pin
KaЯl5-Sep-03 2:40
KaЯl5-Sep-03 2:40 
GeneralRe: Disabling escape key for dialog box Pin
Jagadeesh VN5-Sep-03 3:08
Jagadeesh VN5-Sep-03 3:08 
GeneralRe: Disabling escape key for dialog box Pin
Anonymous5-Sep-03 4:44
Anonymous5-Sep-03 4:44 
GeneralRe: Disabling escape key for dialog box Pin
PJ Arends6-Sep-03 10:32
professionalPJ Arends6-Sep-03 10:32 

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.