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

    Question Help with toolbar

    Hi I created a program in C# visual studio 2008
    my question is how can I change the toolbar highlight color?
    it is blue I guess thats the windows 7 default color. I want to
    change it to my own color for when someone places the mouse over
    the toolbar button it highlights the button to say yellow or something
    The project doesn't have a mainform so I use toolbarstrip for the toolbars
    if someone can help me I'd be willing to donate some money through pay-pal
    or something.

    Thank you

  2. #2
    Join Date
    Jul 2001
    Location
    Sunny South Africa
    Posts
    11,283

    Re: Help with toolbar

    Have a look here :

    http://msdn.microsoft.com/en-us/library/ms229724.aspx

    Hopefully it is helpful

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