Changing the BackColor of the Toolbar??

P

Pierre

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

Thanks
 
H

Herfried K. Wagner

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
 
P

Pierre

-----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
 
R

Ralf Jänike

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top