Dispalying A text in Commnadbar

H

Hari

Hi
I want to display some status in a new toolbar.
It will display an icon and a text .

say red means that is active Green means inactive.

But i dont want them to look as buttons so that thre should not be any button down.
I want to display them static and i wnat to keep change the icon

How can i do this

Is that can be done in status bar also
I tried to use msoControlLabe but i dont know hoe to assign a text and icon for it
Thanks
 
R

Rob van Gelder

Very few of the CommandBarControl types can be used for custom commandbar
controls - which is annoying because some of them look great... split style
buttons, grids, etc... <sigh>

I've got an example of a toggle button (icon changes) on my website under
"Collection of Buttons"
 
Top