Hi,
How can I edit the values in the combobox and save them too??
Thanks in advance.
Amy
Printable View
Hi,
How can I edit the values in the combobox and save them too??
Thanks in advance.
Amy
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.