Results 1 to 3 of 3

Thread: Listbox item colors

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Feb 2009
    Posts
    82

    Listbox item colors

    How do I make it so that each item in the same listbox can have a different font color?

  2. #2
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    Re: Listbox item colors

    You have to draw the items yourself.

    http://msdn.microsoft.com/en-us/libr...em(VS.80).aspx
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

  3. #3
    PowerPoster keystone_paul's Avatar
    Join Date
    Nov 2008
    Location
    UK
    Posts
    3,327

    Re: Listbox item colors

    Or don't use a listbox but instead use a listview which has inbuilt support for different colurs, fonts etc.

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