Computer Forums

Member Login

Remember Me? Sign Up! | Forgot Password
 
Slogan
 
Computer Forums > Programmers Lounge > Programming Discussions » transfering records between dialogs in VC++
Closed Thread
Old 12-05-2005, 02:52 PM   #1 (permalink)
 
Newb Techie

Join Date: Mar 2005

Posts: 39

psyb0rg

Default transfering records between dialogs in VC++

*using MFC*

Im taking some inputs for a struct in a 'sub dialog'. After i take the inputs, i want all the records to be availbale in the 'main dialog'. My record consists of CStrings and int variables.

How can I make all the records to be available back in the Main Dialog, so they records can be used there?

Thanks in advance
psyb0rg is offline  
Old 12-05-2005, 02:54 PM   #2 (permalink)
 
Newb Techie

Join Date: Mar 2005

Posts: 39

psyb0rg

Default

PS. Im storing all the records in a link list. Do I somehow return a pointer to the Link List, to the main dialog?
psyb0rg is offline  
 
Closed Thread

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On