Does anybody know where I can find a ListBox which each item has a check box ??
Thanks.
Sigal
Israel.
Printable View
Does anybody know where I can find a ListBox which each item has a check box ??
Thanks.
Sigal
Israel.
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