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
    17

    Editing in the ComboBox

    Hi,

    How can I edit the values in the combobox and save them too??

    Thanks in advance.
    Amy


  2. #2
    Join Date
    Apr 1999
    Posts
    306

    Re: Editing in the ComboBox

    I am not sure I understand your question right, but here is how I catch it:

    change the properties of the combobox to dropdown and with the class wizzard assign a member var to of type CString. When you call UpdateData(TRUE); you will have what's in the combobox edit.


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