Click here to Skip to main content
15,902,636 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
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 
Generalvalidating emailid Pin
modular5-Sep-03 2:08
modular5-Sep-03 2:08 
GeneralRe: validating emailid Pin
Jagadeesh VN5-Sep-03 3:17
Jagadeesh VN5-Sep-03 3:17 
GeneralRe: validating emailid Pin
Anonymous5-Sep-03 10:21
Anonymous5-Sep-03 10:21 
GeneralRe: validating emailid Pin
Jagadeesh VN6-Sep-03 2:20
Jagadeesh VN6-Sep-03 2:20 
GeneralStrange database problem on WinXp Pin
-Dy5-Sep-03 1:46
-Dy5-Sep-03 1:46 
GeneralEntryID for Exchange Messages Pin
IGH5-Sep-03 1:40
IGH5-Sep-03 1:40 
GeneralEfficiency with reading 60 sockets Pin
EiSl5-Sep-03 1:08
EiSl5-Sep-03 1:08 
GeneralRe: Efficiency with reading 60 sockets Pin
valikac5-Sep-03 5:23
valikac5-Sep-03 5:23 
GeneralDesign question Pin
Jerome Conus5-Sep-03 0:50
Jerome Conus5-Sep-03 0:50 
GeneralRe: Design question Pin
Jagadeesh VN5-Sep-03 1:13
Jagadeesh VN5-Sep-03 1:13 
Generalrotate display 90° Pin
mads1235-Sep-03 0:48
mads1235-Sep-03 0:48 
GeneralTreeCtrl Pin
Member 4242595-Sep-03 0:00
Member 4242595-Sep-03 0:00 
GeneralRe: TreeCtrl Pin
KaЯl5-Sep-03 2:28
KaЯl5-Sep-03 2:28 

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.