Click here to Skip to main content
15,911,524 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questionrunning program information Pin
itay1016-Nov-09 0:55
itay1016-Nov-09 0:55 
AnswerRe: running program information Pin
Richard MacCutchan16-Nov-09 1:28
mveRichard MacCutchan16-Nov-09 1:28 
GeneralRe: running program information Pin
itay1016-Nov-09 3:15
itay1016-Nov-09 3:15 
GeneralRe: running program information Pin
David Crow16-Nov-09 3:28
David Crow16-Nov-09 3:28 
GeneralRe: running program information Pin
itay1016-Nov-09 4:02
itay1016-Nov-09 4:02 
GeneralRe: running program information Pin
Richard MacCutchan16-Nov-09 4:09
mveRichard MacCutchan16-Nov-09 4:09 
GeneralRe: running program information Pin
itay1016-Nov-09 21:44
itay1016-Nov-09 21:44 
GeneralRe: running program information Pin
Richard MacCutchan16-Nov-09 21:57
mveRichard MacCutchan16-Nov-09 21:57 
QuestionDLL creation problem Pin
Game-point16-Nov-09 0:19
Game-point16-Nov-09 0:19 
AnswerRe: DLL creation problem Pin
Richard MacCutchan16-Nov-09 0:24
mveRichard MacCutchan16-Nov-09 0:24 
GeneralRe: DLL creation problem Pin
Game-point16-Nov-09 0:34
Game-point16-Nov-09 0:34 
GeneralRe: DLL creation problem Pin
Richard MacCutchan16-Nov-09 0:53
mveRichard MacCutchan16-Nov-09 0:53 
AnswerRe: DLL creation problem Pin
Iain Clarke, Warrior Programmer16-Nov-09 0:41
Iain Clarke, Warrior Programmer16-Nov-09 0:41 
AnswerRe: DLL creation problem Pin
CPallini16-Nov-09 0:43
mveCPallini16-Nov-09 0:43 
GeneralRe: DLL creation problem Pin
Richard MacCutchan16-Nov-09 0:50
mveRichard MacCutchan16-Nov-09 0:50 
GeneralRe: DLL creation problem Pin
CPallini16-Nov-09 0:56
mveCPallini16-Nov-09 0:56 
AnswerRe: DLL creation problem Pin
Game-point16-Nov-09 0:57
Game-point16-Nov-09 0:57 
GeneralRe: DLL creation problem Pin
Richard MacCutchan16-Nov-09 1:08
mveRichard MacCutchan16-Nov-09 1:08 
GeneralRe: DLL creation problem Pin
Game-point16-Nov-09 1:16
Game-point16-Nov-09 1:16 
GeneralRe: DLL creation problem Pin
Richard MacCutchan16-Nov-09 1:31
mveRichard MacCutchan16-Nov-09 1:31 
GeneralRe: DLL creation problem Pin
Cedric Moonen16-Nov-09 1:13
Cedric Moonen16-Nov-09 1:13 
GeneralRe: DLL creation problem Pin
Rozis16-Nov-09 9:40
Rozis16-Nov-09 9:40 
GeneralRe: DLL creation problem Pin
Richard MacCutchan16-Nov-09 21:27
mveRichard MacCutchan16-Nov-09 21:27 
QuestionHow to stop pop-up window save or not when closing childFrame in MDI of MFC Pin
jianzhuhuai16-Nov-09 0:14
jianzhuhuai16-Nov-09 0:14 
AnswerRe: How to stop pop-up window save or not when closing childFrame in MDI of MFC Pin
krmed16-Nov-09 0:25
krmed16-Nov-09 0:25 
The save dialog is being displayed because it has detected that the document has changed.

You can call SetModified(FALSE) for your document prior to attempting to close, and that should stop the pop-up.

Hope that helps.

Karl - WK5M
PP-ASEL-IA (N43CS)
PGP Key: 0xDB02E193
PGP Key Fingerprint: 8F06 5A2E 2735 892B 821C 871A 0411 94EA DB02 E193

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.