Click to See Complete Forum and Search --> : Checkbox in a Combobox


prashant.p
May 21st, 1999, 02:40 PM
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

mihai
May 22nd, 1999, 04:57 AM
You can simulate by creating one owner draw combobox, and for each line you can draw a check box with API DrawFrameControl.
Sincerely, Mihai