Click to See Complete Forum and Search --> : Toolbars.


dtaronna
November 25th, 1999, 07:30 AM
I know I can obtain flat toolbars (ie style) using APIs and VB5 controls; but how can I do the same using vb6 and its controls??

Lothar Haensler
November 25th, 1999, 07:37 AM
whatever you can do with VB 5, you should be able to do in VB 6.
The VB 6 Toolbar (MS Common Controls) has an Appearance property that can be set to ccFlat.

dtaronna
November 25th, 1999, 07:43 AM
I meant an internet explorer style toolbar, with buttons shadows appearing when the mouse is over...