Click to See Complete Forum and Search --> : Listbox question


Nathan Strandberg
May 19th, 1999, 06:55 PM
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

Jim Watters
May 19th, 1999, 07:27 PM
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.