i am trying to have different colors in the same column, i.e. a
particular cell of one color and another cell with the same oval but a
different color within the same column. I have written something like
this:

  StatusColor = RGB(200,20,200)
  ListBox1.InvalidateCell 1, 1
  StatusColor = RGB(0,20,20)
  ListBox1.InvalidateCell 2, 1

but this changes all to the last color thing that is undesired.
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives:
<http://support.realsoftware.com/listarchives/lists.html>

Reply via email to