Combo Box and List Box

All announcements, questions and issues related to the Resource Builder
Post Reply
L_burna225
Posts: 2
Joined: Mon Jun 20, 2005 5:09 pm

Combo Box and List Box

Post 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?
isiticov
Site Admin
Posts: 2383
Joined: Thu Nov 21, 2002 3:17 pm

Post 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.
Best regards,
Igor Siticov.
Post Reply