Click to See Complete Forum and Search --> : List Box with Check box


Sigal Laniado
December 5th, 1999, 08:26 AM
Does anybody know where I can find a ListBox which each item has a check box ??
Thanks.
Sigal
Israel.

Ravi Kiran
December 6th, 1999, 01:31 AM
Set the .Style Property to 1 (Check box).
However, it will be Multi-select in that mode
So if you want single selection, you need to write the code yourself, to unselect the prev. selection, if any.

RK