I can't for the life of me figure out where the control is to add an image to a toolbar button, can somebody point me toward the light??
Printable View
I can't for the life of me figure out where the control is to add an image to a toolbar button, can somebody point me toward the light??
You want to put an image in a toolbar button ???
yeah, you know, like in IE, the BACK button, the HOME button, how they have an arrow graphic, and a house graphic, respectively. I think i'm talking about the right thing.
It's called an ImageList...Microsoft Windows Common Controls 5/6 (SP?) in the components dialog box under the Project menu.
You bind the imagelist to the toolbar or something to that effect.
Do you own tollbar..
put COMMAND BUTTON and in the proprity,
set
STYLE = GRAPHIC
and in PICTURE, set the picture you want..
RESIZE correctly your button and make your OWN
tool bar!
Well! Do you own a tollbar? :( :confused:
Yeah, its the ImageList - MS Common Controls 6(SP3). You can use multiple ImageLists one for Disabled, Normal and Hot. In the Toolbar properties, you set the ImageList, DisabledImageList and HotImageList props