I've heard that you can edit the colour of the list in ListView in VB6 easily. How do you do it? I am referring to each item in the list, so one subitem is one colour and so on. Plz, any help would be appreciated!
Printable View
I've heard that you can edit the colour of the list in ListView in VB6 easily. How do you do it? I am referring to each item in the list, so one subitem is one colour and so on. Plz, any help would be appreciated!
You cannot do that in the MicroSoft VB control for that Listbox.
HOWEVER - If you want a listbox that CAN do that, you can get it from our site at http://www.stengineer.com and download OUR LCARS Controls package and you will see the LISTBOX within it. We GIVE IT AWAY FREE!!! So go grab it and tell all your friends.. :)
You can change subitems color using:
listview1.ListItems(x).ListSubItems(y).ForeColor = .....
where x is the selected item and y is the column