Changing Colours of Items in Listbox

  • Thread starter Thread starter Brett Miller
  • Start date Start date
B

Brett Miller

Hi,

I need to change the colour of certain items in a listbox depending on
criteria I receive from my dataset? How would this be accomplished?

Thanks in advance...

BM
 
With the standard listbox this is not possible. You could use a third-party
control to achieve this such as Alex Yakhnin's owner-drawn ListBoxEx which
is part of the OpenNETCF Smart Device Framework (www.opennetcf.org/sdf/)

Peter
 
Thanks Peter,

I have been following the OpenNETCF website for a few weeks, planning on
using the serial class in my project later...

I have downloaded the binaries, how would I add the controls in
OpenNETCF.Windows.Forms to my Toolbar in VS.NET 2003
 
This should happen automatically when you install the binary package - all
opennetcf controls are added to the OpenNETCF tab on the toolbox. Were any
errors displayed at installation? you could also try reinstalling the
package.

Peter
 
No Errors during the install, but I have removed and reinstalled the package
and that seems to have solved the problem.

Thanx 4 your help
BM
 
Back
Top