
Toolbar Background/Foreground colours in VB.NET
Y'know it's funny, because I was using Spy++ to look over the open windows
on my computer, and I hovered over the toolbar in the properties dialog, and
it said that the class was a .NET toolbar... Which leads me to believe some
sort of owner-drawing can occur. But I haven't found anything about
owner-drawing toolbars...
--
==============================================
Happy To Help,
Tom Spink
http://dotnetx.betasafe.com >> VB, VB.NET, C#, C++ Code
One day
Quote:
> Is there any way to set the background and foreground colours in the
toolbar
> control?? I want to emulate the same effect as in VS.NET ide when the
mouse
> moves over each button, the background of each button changes to light
blue.
> Using the toolbar as is this changes to white. There does not appear to be
> any property settings to control this...
> Can this be done??
> Regards,
> Alan