Hello,
I am trying to fill a combo box with a list. The list is successfully filled with items. I have then assigned it to a combo box but the combo box is displayed, there are no items in it. Can anyone help, plz?
Sample used as test:
MyList = ListCreate(STRINGLIST);
ListAddString( MyList,"a",AFTER);
CtrlSetList(szDlg,ID_CBODB, MyList);
CtrlSetCurSel(szDlg, ID_CBODB, "a");
This is a ready-only archive of the InstallSite Forum. You cannot post any new content here. / Dies ist ein Archiv des InstallSite Forums. Hier können keine neuen Beiträge veröffentlicht werden.

Filling a combo box
Started by
smm
, Jan 02 2006 17:18
1 reply to this topic