I'm trying to populate the combo box in an MFC application with no luck, I tried all the methods available on the Internet, but no one works for me if I try to enter values โโusing the data parameter in the property windows, for example, โvalue 1; value 2โ only value 2 is displayed in the combo box if I try to add it using
comboxbox.AddString("value 1");
I get
to the left of AddString should be the class / union / struct.
I am using Visual Studio 2008.
TilalHusain
source share