Click here to Skip to main content
16,008,942 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: How do I handle custom messages? Pin
Tomasz Sowinski18-Jul-01 4:15
Tomasz Sowinski18-Jul-01 4:15 
QuestionHow to Transfer Data between Dialog A and Dialog B Pin
18-Jul-01 3:51
suss18-Jul-01 3:51 
AnswerRe: How to Transfer Data between Dialog A and Dialog B Pin
Frankie18-Jul-01 4:16
Frankie18-Jul-01 4:16 
AnswerRe: How to Transfer Data between Dialog A and Dialog B Pin
SAV18-Jul-01 4:20
SAV18-Jul-01 4:20 
GeneralRe: How to Transfer Data between Dialog A and Dialog B Pin
18-Jul-01 6:05
suss18-Jul-01 6:05 
GeneralRe: How to Transfer Data between Dialog A and Dialog B Pin
SAV18-Jul-01 9:26
SAV18-Jul-01 9:26 
GeneralRe: How to Transfer Data between Dialog A and Dialog B Pin
SAV18-Jul-01 9:27
SAV18-Jul-01 9:27 
GeneralRe: How to Transfer Data between Dialog A and Dialog B Pin
SAV18-Jul-01 9:28
SAV18-Jul-01 9:28 
GREETINGS

If you have the second dialog created and it is already on the screen, only creating a new member for it is useless. So you need to attach the member to the dialog. But if you have the member that you used to create the dialog, you should use it without any attachments.

For example:
CdlgForm2 dlgForm2;
dlgForm2.DoModal();
dlgForm2 is now attached to Dialog2. There are different ways how to do it.

Good Luck!

LOVE & PEACE to everyone

LOVE & PEACE to everyone
GeneralRe: How to Transfer Data between Dialog A and Dialog B Pin
SAV18-Jul-01 9:29
SAV18-Jul-01 9:29 
GeneralProblem with DoDataExchange Pin
Chris Klecker18-Jul-01 3:21
Chris Klecker18-Jul-01 3:21 
GeneralRe: Problem with DoDataExchange Pin
Tomasz Sowinski18-Jul-01 3:37
Tomasz Sowinski18-Jul-01 3:37 
GeneralRe: Problem with DoDataExchange Pin
Chris Klecker18-Jul-01 3:49
Chris Klecker18-Jul-01 3:49 
GeneralRe: Problem with DoDataExchange Pin
Tomasz Sowinski18-Jul-01 3:53
Tomasz Sowinski18-Jul-01 3:53 
GeneralFollowup question Pin
Chris Klecker18-Jul-01 4:11
Chris Klecker18-Jul-01 4:11 
GeneralRe: Followup question Pin
Tomasz Sowinski18-Jul-01 4:23
Tomasz Sowinski18-Jul-01 4:23 
Questionhow to implement pop3 with VC++ Pin
PavanKumar Chatrathi18-Jul-01 1:16
PavanKumar Chatrathi18-Jul-01 1:16 
Questionhow to implement pop3 with VC++ Pin
PavanKumar Chatrathi18-Jul-01 1:10
PavanKumar Chatrathi18-Jul-01 1:10 
AnswerRe: how to implement pop3 with VC++ Pin
Igor Sukhov18-Jul-01 1:23
Igor Sukhov18-Jul-01 1:23 
Questionhow to implement pop3 with VC++ Pin
PavanKumar Chatrathi18-Jul-01 1:06
PavanKumar Chatrathi18-Jul-01 1:06 
AnswerRe: how to implement pop3 with VC++ Pin
Anders Molin18-Jul-01 2:44
professionalAnders Molin18-Jul-01 2:44 
QuestionHow to implement remote tape backup Pin
18-Jul-01 0:08
suss18-Jul-01 0:08 
GeneralVirtual Namspaces and Drag &Drop operation Pin
pic17-Jul-01 23:10
pic17-Jul-01 23:10 
GeneralRe: Virtual Namspaces and Drag &Drop operation Pin
17-Jul-01 23:24
suss17-Jul-01 23:24 
GeneralRe: Virtual Namspaces and Drag &Drop operation Pin
pic19-Jul-01 6:01
pic19-Jul-01 6:01 
GeneralWhy did the func :OnChar not happened when a key pressed Pin
17-Jul-01 21:10
suss17-Jul-01 21: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.