1. Adding color to a list box
- Posted by jjnick at cvn.com Apr 22, 2001
- 378 views
Is it possible to add color to a list box, ie, certain items red . . .?
2. Re: Adding color to a list box
- Posted by Derek Parnell <ddparnell at bigpond.com> Apr 23, 2001
- 391 views
----- Original Message ----- From: <jjnick at cvn.com> To: "EUforum" <EUforum at topica.com> Subject: Adding color to a list box > Is it possible to add color to a list box, ie, certain items red . . .? Not with the standard List control. You have to set it up as an Owner-Drawn control and that is not a trival exercise, because then you have to handle all the repaint work in your own code. ------ Derek Parnell Melbourne, Australia "To finish a job quickly, go slower."