Re: Adding color to a list box
- Posted by Derek Parnell <ddparnell at bigpond.com> Apr 23, 2001
- 393 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."