Results 1 to 4 of 4

Thread: change color of selection bar of listbox

  1. #1

    Thread Starter
    Lively Member SNIPER.PS's Avatar
    Join Date
    Dec 2009
    Posts
    96

    Arrow change color of selection bar of listbox

    how to change color of selection bar of listbox

  2. #2
    VB-aholic & Lovin' It LaVolpe's Avatar
    Join Date
    Oct 2007
    Location
    Beside Waldo
    Posts
    19,541

    Re: change color of selection bar of listbox

    The colors used are system colors. In order to tweak colors, one of 4 possibilities?
    1) Change the system color for selected items but it will affect every window in every app that uses that system color
    2) Subclass the listbox and try to draw the list item yourself. Very advanced.
    3) Create a custom control that allows you to do the drawing.
    4) Maybe use a different control? There are topics on this forum for changing row colors of a ListView control.
    Insomnia is just a byproduct of, "It can't be done"

    Classics Enthusiast? Here's my 1969 Mustang Mach I Fastback. Her sister '67 Coupe has been adopted

    Newbie? Novice? Bored? Spend a few minutes browsing the FAQ section of the forum.
    Read the HitchHiker's Guide to Getting Help on the Forums.
    Here is the list of TAGs you can use to format your posts
    Here are VB6 Help Files online


    {Alpha Image Control} {Memory Leak FAQ} {Unicode Open/Save Dialog} {Resource Image Viewer/Extractor}
    {VB and DPI Tutorial} {Manifest Creator} {UserControl Button Template} {stdPicture Render Usage}

  3. #3

    Thread Starter
    Lively Member SNIPER.PS's Avatar
    Join Date
    Dec 2009
    Posts
    96

    Re: change color of selection bar of listbox

    can we do this with code

    give me example ... please

  4. #4
    Next Of Kin baja_yu's Avatar
    Join Date
    Aug 2002
    Location
    /dev/root
    Posts
    5,989

    Re: change color of selection bar of listbox

    Search the forum for "subclass listbox".

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