CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    May 2002
    Posts
    157

    Get Default (system) Highlight Color

    Can anyone tell me how to obtain the value of the color used by default when a user selects an entry in a listbox?

    Thanks.

  2. #2
    Join Date
    Feb 2000
    Location
    San Diego, CA
    Posts
    10,354

    Re: Get Default (system) Highlight Color

    Please see

    GetSysColor and GetSysColorBrush APIs

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

Featured