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

C / C++ / MFC

 
GeneralHelp me! Pin
26-Aug-02 20:52
suss26-Aug-02 20:52 
GeneralRe: Help me! Pin
Anonymous26-Aug-02 21:08
Anonymous26-Aug-02 21:08 
QuestionHow to generate the calling chain of a project? Pin
George Ma26-Aug-02 20:51
George Ma26-Aug-02 20:51 
AnswerRe: How to generate the calling chain of a project? Pin
Pavel Klocek26-Aug-02 21:56
Pavel Klocek26-Aug-02 21:56 
GeneralRe: How to generate the calling chain of a project? Pin
George Ma27-Aug-02 2:11
George Ma27-Aug-02 2:11 
GeneralRe: How to generate the calling chain of a project? Pin
lihao27-Aug-02 14:47
lihao27-Aug-02 14:47 
Generalaccessing variables in Dialog Windows Pin
NickOne26-Aug-02 20:19
NickOne26-Aug-02 20:19 
GeneralRe: accessing variables in Dialog Windows Pin
toon26-Aug-02 23:33
toon26-Aug-02 23:33 
I think an easy way of doing this would be to have pointers to the dialog window.
After creating the 2 dialog windows (d1 & d2) in your main window, you can call a function in d1, passing it a pointer to d2.
After the computation is performed in d1, you can call the display function of the 2nd dialog box using the pointer to d2.
May be you can go in for the sophisticated "callbacks" if necessary.
HTH. Big Grin | :-D

Logic is a systematic method of coming to the wrong conclusion with
confidence.
Generalglobal struct - typedef & tag :: C++ Pin
valikac26-Aug-02 20:05
valikac26-Aug-02 20:05 
GeneralRe: global struct - typedef & tag :: C++ Pin
markkuk26-Aug-02 20:54
markkuk26-Aug-02 20:54 
GeneralRe: global struct - typedef & tag :: C++ Pin
valikac27-Aug-02 5:18
valikac27-Aug-02 5:18 
GeneralSaving data in a Dialog App Pin
Stumped on Serialization26-Aug-02 19:29
sussStumped on Serialization26-Aug-02 19:29 
GeneralRe: Saving data in a Dialog App Pin
Chris Losinger26-Aug-02 19:55
professionalChris Losinger26-Aug-02 19:55 
GeneralRe: Saving data in a Dialog App Pin
Thanks chris for answering26-Aug-02 20:02
sussThanks chris for answering26-Aug-02 20:02 
GeneralRe: Saving data in a Dialog App Pin
Chris Losinger26-Aug-02 20:08
professionalChris Losinger26-Aug-02 20:08 
GeneralRe: Saving data in a Dialog App Pin
Ravi Bhavnani27-Aug-02 5:48
professionalRavi Bhavnani27-Aug-02 5:48 
GeneralSession id of a process Pin
adara26-Aug-02 19:23
adara26-Aug-02 19:23 
Generallogical unit and physical unit Pin
vuong hoai nam26-Aug-02 16:32
vuong hoai nam26-Aug-02 16:32 
GeneralRe: logical unit and physical unit Pin
Steen Krogsgaard26-Aug-02 21:11
Steen Krogsgaard26-Aug-02 21:11 
Generalwm_activateapp Pin
vuong hoai nam26-Aug-02 16:21
vuong hoai nam26-Aug-02 16:21 
GeneralOnKillFusus events Pin
Ancient Dragon26-Aug-02 16:16
Ancient Dragon26-Aug-02 16:16 
GeneralRe: OnKillFusus events Pin
Tomasz Sowinski26-Aug-02 22:53
Tomasz Sowinski26-Aug-02 22:53 
QuestionHow to sort file name exactly like Windows Explorer? Pin
Hiusing26-Aug-02 16:05
Hiusing26-Aug-02 16:05 
GeneralMessage Handling for a dialog in a dll Pin
leonwoo26-Aug-02 15:05
leonwoo26-Aug-02 15:05 
GeneralRe: Message Handling for a dialog in a dll Pin
valikac26-Aug-02 15:10
valikac26-Aug-02 15:10 

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.