placed on a CFormView. The user types in something to be added to the list box portion of the Combo box. How do you retrieve the string? Tried GetWindowText passing a CString . . Appreciate any suggestions. Thanks, JD
Printable View
placed on a CFormView. The user types in something to be added to the list box portion of the Combo box. How do you retrieve the string? Tried GetWindowText passing a CString . . Appreciate any suggestions. Thanks, JD
Have you tried GetLBText?
Regards,
Thomas
Yes, but that initiates a CString with one of the (zero based) items in the list box portion of the CComboBox. I'm trying to copy a user's input ( in the edit control portion) to the list portion. AddString is the right function, but requires the text (CString) be a perimeter. Thanks for your help, & would appreciate any other ideas. JD