CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Apr 1999
    Posts
    72

    Listbox question

    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


  2. #2
    Join Date
    May 1999
    Location
    Canada
    Posts
    36

    Re: Listbox question

    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.


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured