I am looking for a list box or combo box object where you can have two columns, one with text and another with check boxes. Thanks James.
Printable View
I am looking for a list box or combo box object where you can have two columns, one with text and another with check boxes. Thanks James.
hi ,
i am not aware of combo box but u can use listbox change the style property to 1 - Checkbox
I have a kind of cheat for this where I use a list box with a style set to check box and ontop of it I put another listbox with a style of normal. overlay the second on the first, hiding it's scrollbar and then when the second is scrolled alter the topindex property of the first to correspond.
Works for me anyway.
HTH.
se an image combo, and get an image of a checks and unchecked box, and flip the images as required
- gaffa
hi,
ur cheat will be costly when applied with actual application as it will consume lot of resources and slow down ur process.
wrong practice
Hey,
I don't think u can use both check and normal in the same normal list box.. Anyway will check it out. Go on with ur research
Faisal
cheers problem solved