
REQ: Colourized ListBox Challange
The code section I'm currently working on displays a list of choices
possible, and gives option buttons for further possibilities. I'd like to
diplay some entries in bold and some in a different colour while keeping the
selection functionality.
e.g.
List contains "Monday, Sunday, Lundi, Dimanche"
Options are "English/French/Any" and "Contains 'U'/No 'U'/Either"
I'd like any invalid entries grayed out and valid one's in bold.
I still need to be able to double click on the list entry.
8-)
Maybe there's another control that does it? I'd like NOT to add components
beyond the core ones if possible.
Hope someone out there can help...