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

    Changing background Color of CToolbar in MFC

    Can anyone provide working code for changing background color of CToolBar? I drill down many links but nothing effective

  2. #2
    VictorN's Avatar
    VictorN is offline Super Moderator Power Poster
    Join Date
    Jan 2003
    Location
    Hanover Germany
    Posts
    20,396

    Re: Changing background Color of CToolbar in MFC

    Did you try to handle WM_PAINT message (override CToolBar::OnPaint() method)?
    Victor Nijegorodov

Tags for this Thread

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