Looking for function that made it simple to do with combo cox.
1. list_clear(comb o_list)
This one is simple and easy to make it
2. list_add(combo_ list,ix,str)
3. list_remove(com bo_list,ix)
4. list_get_sel_in dex(combo_list)
5. list_set_sel_in dex(combo_list)
I think I can do with (1),(4) and (5) and maybe(3). But
(4) is little mysterious to me.
I looked at W3 and O'Reilly book and found nothing about
adding an item to the combo box.
Thanks.
Comment