hi
how to add checkboxs in a combobox ?
i need to to add items(string) along with checkbox so that user can select the items he needed by checking the checkbox.
thanks inadvance
prashant
Printable View
hi
how to add checkboxs in a combobox ?
i need to to add items(string) along with checkbox so that user can select the items he needed by checking the checkbox.
thanks inadvance
prashant
You can simulate by creating one owner draw combobox, and for each line you can draw a check box with API DrawFrameControl.
Sincerely, Mihai