I have an address book in my email program that you can add people's email address to. But, when you close the dialog all the names are gone. How can I keep the info that was in the boxes?
Thanks!
Nathan
Printable View
I have an address book in my email program that you can add people's email address to. But, when you close the dialog all the names are gone. How can I keep the info that was in the boxes?
Thanks!
Nathan
Use ClassWizard to add a member varibles for the controls you want to retain.
After the dialog is closed but before it is deleted you can access the data in those member varibles.