Results 1 to 3 of 3

Thread: Help! ListView

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Nov 2000
    Posts
    23

    Exclamation

    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!

  2. #2
    Guest
    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..


  3. #3
    Member
    Join Date
    May 2000
    Posts
    63
    You can change subitems color using:

    listview1.ListItems(x).ListSubItems(y).ForeColor = .....


    where x is the selected item and y is the column

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width