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

    ComboBox and previous entries

    I have a combo Box which has a list empty, but as the user go on entering new strings, the list grows storing the previous values. The length of the list is 5. Please tell me if you have any working code or any suggestions on the data structure to use.


    thanks
    rajeev

  2. #2
    Join Date
    May 1999
    Location
    Texas, USA
    Posts
    568

    Re: ComboBox and previous entries

    CStringArray or CStringList looks perfect for this one.

    Wayne


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