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

C / C++ / MFC

 
GeneralSending Short Message Service Pin
Nagajothi6-Jun-01 1:40
Nagajothi6-Jun-01 1:40 
GeneralHTML to RTF Pin
6-Jun-01 0:22
suss6-Jun-01 0:22 
GeneralWizard bug? (DAO and Combo boxes.) Pin
Erik Essegard6-Jun-01 0:06
Erik Essegard6-Jun-01 0:06 
QuestionHow to print UNICODE string in Window 98? Pin
zhishao5-Jun-01 23:26
zhishao5-Jun-01 23:26 
AnswerRe: How to print UNICODE string in Window 98? Pin
Michael Dunn6-Jun-01 9:28
sitebuilderMichael Dunn6-Jun-01 9:28 
GeneralPopping up a message box from a library in C code used in a C++ program Pin
hearties5-Jun-01 21:48
hearties5-Jun-01 21:48 
GeneralRe: Popping up a message box from a library in C code used in a C++ program Pin
Michael P Butler7-Jun-01 0:44
Michael P Butler7-Jun-01 0:44 
GeneralPointer to parent dialog. Pin
David Fleming5-Jun-01 21:41
David Fleming5-Jun-01 21:41 
Let's say I have a dialog-based program. The main dialog is CMainDlg.

CMainDlg has as members of the class 2 sub-dialogs: CSubDlg1 and CSubDlg2 (or pointers to them).

I would like easy access from within the sub-dialogs to some other members
of the CMainDlg. How do I most easily accomplish this?

It seems that it would be easiest to have a pointer to the CMainDlg as a member
of each sub-dialog class -- but the necessary #include statements seem to
cause a conflict (understandably).

Alternately, it would be nice for each sub-dialog to have easy access to the other
sub-dialog members. So, again, it would be nice for each sub-dialog to have a pointer
to the other sub-dialog as a member of its class. But again the necessary #include
statements fog it up.

Suggestions?

Why?, you ask? One example of why is in using a TabControl. I would like some changes
in information on one page reflected on other pages, so the pages need an easy way
to communicate with each other or with the parent dialog so that it can serve as
a liaison (so to say).

Thanks. David.
GeneralRe: Pointer to parent dialog. Pin
Christian Graus5-Jun-01 22:12
protectorChristian Graus5-Jun-01 22:12 
GeneralRe: Pointer to parent dialog. Pin
David Fleming6-Jun-01 23:43
David Fleming6-Jun-01 23:43 
GeneralProblem running SMTP as a WIN32 service Pin
Pramodh5-Jun-01 21:24
Pramodh5-Jun-01 21:24 
GeneralAuto Fill Html Forms/Fields Pin
5-Jun-01 20:09
suss5-Jun-01 20:09 
GeneralDisconnected Recordset Pin
yamini5-Jun-01 20:02
yamini5-Jun-01 20:02 
GeneralRe: Disconnected Recordset Pin
Mangesh Sardesai5-Jun-01 21:40
Mangesh Sardesai5-Jun-01 21:40 
GeneralRe: Disconnected Recordset Pin
yamini5-Jun-01 22:17
yamini5-Jun-01 22:17 
GeneralRe: Disconnected Recordset Pin
Mangesh Sardesai5-Jun-01 23:32
Mangesh Sardesai5-Jun-01 23:32 
GeneralRe: Disconnected Recordset Pin
yamini6-Jun-01 19:10
yamini6-Jun-01 19:10 
GeneralMMC Snapin Pin
5-Jun-01 17:02
suss5-Jun-01 17:02 
GeneralRe: MMC Snapin Pin
Igor Sukhov6-Jun-01 7:50
Igor Sukhov6-Jun-01 7:50 
Generalquestion about the X button of the title bar Pin
5-Jun-01 14:53
suss5-Jun-01 14:53 
GeneralRe: question about the X button of the title bar Pin
Michael Dunn5-Jun-01 16:40
sitebuilderMichael Dunn5-Jun-01 16:40 
GeneralRe: Check WindowProc function! Pin
Masaaki Onishi5-Jun-01 17:46
Masaaki Onishi5-Jun-01 17:46 
QuestionIs there any good class for Outlook-bar control ?? Pin
5-Jun-01 14:35
suss5-Jun-01 14:35 
AnswerRe: Is there any good class for Outlook-bar control ?? Pin
Ulf Öhlén5-Jun-01 20:48
Ulf Öhlén5-Jun-01 20:48 
Questionhow to call javascript functions from c++ Pin
5-Jun-01 12:27
suss5-Jun-01 12:27 

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.