CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jun 2001
    Location
    UK
    Posts
    128

    CScrollBar custom colors?

    Well is there an easy way of setting all the colours, sizes and things....of a CScrollBar..

    As I'd like to make the background yellow, the buttons blue etc?

    I can't set all the parts using:

    afx_msg HBRUSH CtlColor(CDC* pDC, UINT nCtlColor)

    Any help would be great

    Even some ideas of what to look for.

    Thanx again

    Ben

  2. #2
    Join Date
    Jul 2002
    Posts
    2,543

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