Page 1 of 1

Combo Box and List Box

Posted: Fri Mar 03, 2006 10:24 pm
by L_burna225
I am having trouble populating the combo box and drop down list. I have the list box working I need to know the C code on how to populate the combo box, I tried CB_InsertString and CB_AddString all I get is a blank drop down combo box. What am I missing?

Posted: Sat Mar 04, 2006 8:24 am
by isiticov
If you search the MSDN you will find a lot of examples of using CB_ADDSTRING.
Like a quick example you can check topic:
http://msdn.microsoft.com/library/defau ... rators.asp
Hope this helps.