Click here to Skip to main content
15,896,154 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Multithreading in NT Pin
Madmaximus21-Nov-02 4:18
Madmaximus21-Nov-02 4:18 
GeneralRe: Multithreading in NT Pin
Joaquín M López Muñoz21-Nov-02 7:50
Joaquín M López Muñoz21-Nov-02 7:50 
GeneralRe: Multithreading in NT Pin
Madmaximus22-Nov-02 9:03
Madmaximus22-Nov-02 9:03 
GeneralCanceling the closing of a modal dialog Pin
Ken Goguen19-Nov-02 9:11
Ken Goguen19-Nov-02 9:11 
GeneralRe: Canceling the closing of a modal dialog Pin
RobJones19-Nov-02 9:19
RobJones19-Nov-02 9:19 
GeneralRe: Canceling the closing of a modal dialog Pin
Ken Goguen19-Nov-02 9:30
Ken Goguen19-Nov-02 9:30 
GeneralRe: Canceling the closing of a modal dialog Pin
Joaquín M López Muñoz19-Nov-02 9:55
Joaquín M López Muñoz19-Nov-02 9:55 
GeneralRe: Canceling the closing of a modal dialog Pin
Navin19-Nov-02 11:20
Navin19-Nov-02 11:20 
You need to do what RobJones showed in handing your OnClose. Note in particular, do *NOT* call CDialog::OnClose if you don't want to close the dialog!

Also, you will probably have to override OnOK and OnCancel and do something simimlar there, if your dialog has OK and Cancel buttons.


Even a broken clock is right twice a day.
GeneralMessagebox and Manifest Pin
S van Leent19-Nov-02 8:29
S van Leent19-Nov-02 8:29 
GeneralRe: Messagebox and Manifest Pin
Joaquín M López Muñoz19-Nov-02 10:11
Joaquín M López Muñoz19-Nov-02 10:11 
GeneralRe: Messagebox and Manifest Pin
S van Leent19-Nov-02 10:16
S van Leent19-Nov-02 10:16 
GeneralRe: Messagebox and Manifest Pin
S van Leent19-Nov-02 10:24
S van Leent19-Nov-02 10:24 
GeneralSaving a pointer to file Pin
Peter Molnar19-Nov-02 8:07
Peter Molnar19-Nov-02 8:07 
GeneralRe: Saving a pointer to file Pin
Christian Graus19-Nov-02 8:18
protectorChristian Graus19-Nov-02 8:18 
GeneralRe: Saving a pointer to file Pin
Maximilien19-Nov-02 8:23
Maximilien19-Nov-02 8:23 
GeneralRe: Saving a pointer to file Pin
Paul M Watt19-Nov-02 8:33
mentorPaul M Watt19-Nov-02 8:33 
GeneralRe: Saving a pointer to file Pin
Peter Molnar19-Nov-02 9:15
Peter Molnar19-Nov-02 9:15 
GeneralRe: Saving a pointer to file Pin
Maximilien19-Nov-02 9:32
Maximilien19-Nov-02 9:32 
GeneralRe: Saving a pointer to file Pin
Paul M Watt19-Nov-02 9:48
mentorPaul M Watt19-Nov-02 9:48 
GeneralRe: Saving a pointer to file Pin
S van Leent19-Nov-02 10:59
S van Leent19-Nov-02 10:59 
GeneralRe: Saving a pointer to file Pin
Paul M Watt19-Nov-02 11:34
mentorPaul M Watt19-Nov-02 11:34 
GeneralRe: Saving a pointer to file Pin
S van Leent20-Nov-02 7:12
S van Leent20-Nov-02 7:12 
GeneralHELP WANTED! Pin
MFC is the Best19-Nov-02 7:49
MFC is the Best19-Nov-02 7:49 
GeneralRe: HELP WANTED! Pin
Maximilien19-Nov-02 8:02
Maximilien19-Nov-02 8:02 
GeneralRe: HELP WANTED! Pin
MFC is the Best19-Nov-02 8:05
MFC is the Best19-Nov-02 8:05 

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.