Re: Changing image on a toolbar
CToolBar::SetBitmap will set the imagelist for the Toolbar.
AliR.
"Tony" <lazyherbert@homeandresting.com> wrote in message
news:eprDVgcNIHA.6108@TK2MSFTNGP03.phx.gbl...
Thanks Ajay,
My Toolbar is a CToolBar and not CToolBarCtrl so it is not possible to
simply set a new image list.
I am guessing that I will need to create a new bitmap with all my images
on.
"Ajay Kalra" <ajaykalra@yahoo.com> wrote in message
news:79c5701d-a44e-454a-8a82-73739c19850b@a35g2000prf.googlegroups.com...
On Dec 3, 10:03 am, "Tony" <lazyherb...@homeandresting.com> wrote:
Hi,
I currently have a Toolbar which is associated with a bitmap of all the
images for the buttons.
I also have a new set of icons I wish to use to replace the outdated
ones I
am using.
Is there a way that I can associate my icons with the individual buttons
of
my toolbar, or will I need to convert my new icons into bitmaps and
redraw
my bitmap for the toolbar?
TIA
Tony
If you are replacing the entire bitmap, you will need to set imagelist
itself. If you want to simply swap button images within existing
imagelist, use SetButtonInfo.
---
Ajay