Click here to Skip to main content
15,915,873 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Now why doesn't this COMPILE!?!?!? Pin
Joaquín M López Muñoz31-Jul-02 6:47
Joaquín M López Muñoz31-Jul-02 6:47 
GeneralRe: Now why doesn't this COMPILE!?!?!? Pin
Tommy Svensson31-Jul-02 6:50
Tommy Svensson31-Jul-02 6:50 
GeneralRe: Now why doesn't this COMPILE!?!?!? Pin
Joaquín M López Muñoz31-Jul-02 6:57
Joaquín M López Muñoz31-Jul-02 6:57 
AnswerRe: Now why doesn't this COMPILE!?!?!? Pin
jeffluckett31-Jul-02 7:09
jeffluckett31-Jul-02 7:09 
GeneralRe: Now why doesn't this COMPILE!?!?!? Pin
Tommy Svensson31-Jul-02 7:16
Tommy Svensson31-Jul-02 7:16 
GeneralRe: Now why doesn't this COMPILE!?!?!? Pin
pépé2-Aug-02 0:35
pépé2-Aug-02 0:35 
AnswerRe: Now why doesn't this COMPILE!?!?!? Pin
Vagif Abilov2-Aug-02 0:46
professionalVagif Abilov2-Aug-02 0:46 
GeneralDialog Box & Property Sheet :: MFC Pin
valikac31-Jul-02 6:35
valikac31-Jul-02 6:35 
Hi. I have some fundamental questions about dialog box and property sheet. Most ultimately have to do with program design and memory management.

Dialog Box:

Is the following good program design?

-----
MyBox mBox;

if (mBox.DoModal == IDOK)

// Is it good program design to get data from a dialog box after it has been closed/distroyed?

DataType = mBox.GetData();
-----

Dialog Box & Property Sheet:

What do you think about declare all dialog box and/or property sheets as private data member rather than local data member?

In general, I want to make sure there is not memory leak with dealing with dialog box and/or property sheet and local data members.

Thanks,
Kuphryn
GeneralRe: Dialog Box & Property Sheet :: MFC Pin
Joaquín M López Muñoz31-Jul-02 6:43
Joaquín M López Muñoz31-Jul-02 6:43 
GeneralRe: Dialog Box & Property Sheet :: MFC Pin
valikac31-Jul-02 6:50
valikac31-Jul-02 6:50 
GeneralRe: Dialog Box & Property Sheet :: MFC Pin
Joaquín M López Muñoz31-Jul-02 6:55
Joaquín M López Muñoz31-Jul-02 6:55 
GeneralRe: Dialog Box & Property Sheet :: MFC Pin
valikac31-Jul-02 6:56
valikac31-Jul-02 6:56 
GeneralRe: Dialog Box & Property Sheet :: MFC Pin
Joaquín M López Muñoz31-Jul-02 6:59
Joaquín M López Muñoz31-Jul-02 6:59 
GeneralRe: Dialog Box & Property Sheet :: MFC Pin
valikac31-Jul-02 9:11
valikac31-Jul-02 9:11 
Questionsocket monitor, is it possible? Pin
includeh1031-Jul-02 6:17
includeh1031-Jul-02 6:17 
AnswerRe: socket monitor, is it possible? Pin
jmkhael31-Jul-02 6:22
jmkhael31-Jul-02 6:22 
AnswerRe: socket monitor, is it possible? Pin
jmkhael31-Jul-02 6:24
jmkhael31-Jul-02 6:24 
GeneralRe: socket monitor, is it possible? Pin
includeh1031-Jul-02 6:28
includeh1031-Jul-02 6:28 
GeneralRe: socket monitor, is it possible? Pin
jmkhael31-Jul-02 6:32
jmkhael31-Jul-02 6:32 
GeneralRe: socket monitor, is it possible? Pin
includeh1031-Jul-02 7:15
includeh1031-Jul-02 7:15 
AnswerRe: socket monitor, is it possible? Pin
lucy31-Jul-02 10:16
lucy31-Jul-02 10:16 
GeneralDLL hell with msvcrt.dll Pin
Jim Crafton31-Jul-02 6:15
Jim Crafton31-Jul-02 6:15 
GeneralRe: DLL hell with msvcrt.dll Pin
Joaquín M López Muñoz31-Jul-02 6:41
Joaquín M López Muñoz31-Jul-02 6:41 
GeneralRe: DLL hell with msvcrt.dll Pin
Jim Crafton31-Jul-02 7:27
Jim Crafton31-Jul-02 7:27 
GeneralRe: DLL hell with msvcrt.dll Pin
Daniel Lohmann31-Jul-02 8:52
Daniel Lohmann31-Jul-02 8:52 

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.