Changing the BackColor of the Toolbar??

  • Thread starter Thread starter Pierre
  • Start date Start date
P

Pierre

Hi guy, just wanted to know if there is any way to change
the BackColor of the toolbar control?

Thanks
 
Hello,

Pierre said:
Hi guy, just wanted to know if there is any way to change
the BackColor of the toolbar control?

Set the toolbar's Appearance property to Flat and the form's BackColor
property to the colors in which the buttons of the toolbar should be
shown.

Regards,
Herfried K. Wagner
 
-----Original Message-----
Hello,



Set the toolbar's Appearance property to Flat and the form's BackColor
property to the colors in which the buttons of the toolbar should be
shown.
Regards,
Herfried K. Wagner
--
MVP · VB Classic, VB .NET
http://www.mvps.org/dotnet


.
Thanks for replying. But I dont want the toolbar to have
the same color as the form. I was trying to subclass the
the Toolbar and implement my own backcolor, but I'm stuck.

Pierre
 
Place a panel in your form and in that panel you place your toolbar
panel has a changeable properties BackGroundImage and BackColor
then use the hint from Herfried

CU Ralf

-----Original Message-----
Hello,



Set the toolbar's Appearance property to Flat and the form's BackColor
property to the colors in which the buttons of the toolbar should be
shown.
Regards,
Herfried K. Wagner
--
MVP · VB Classic, VB .NET
http://www.mvps.org/dotnet


.
Thanks for replying. But I dont want the toolbar to have
the same color as the form. I was trying to subclass the
the Toolbar and implement my own backcolor, but I'm stuck.

Pierre
 
Back
Top