Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Cannot add entry to combobox

Status
Not open for further replies.

Maurader

Technical User
May 8, 2002
59
CA
I have
CComboBox m_create;
in a header file, and

m_create.InsertString(0,"1 Point");

in a cpp file, but i cann't insert...
it gives me error that cannot evaluate expresssion when I step into the code.

Please help!

Thx!
 
Not sure.

You may be better off posting your question in the Microsoft Visual C++ forum (it deals with a lot more MFC stuff).
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top