CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: csdiez

Search: Search took 0.01 seconds.

  1. Re: let the user modify a ComboBox string

    Thanks Victor for your help, with a few words u have solve my problem :)

    Using CString m_choice;
    m_combobox.GetWindowText(m_choice);
    i've got what i was looking for.
  2. [RESOLVED] let the user modify a ComboBox string

    Hi people, i'm just starting with vc++ programming and i would like to know if there any way
    to let the user modify a combo box list, i mean let them modify strings and also add as many strings as...
Results 1 to 2 of 2





Click Here to Expand Forum to Full Width

Featured