mikemcginty
Programmer
Can anyone tell me how to change a button image for a toolbar at runtime.
The Toolbar has an associated imagelist and I want to change the image from time to time. The following code gives a runtime error 424 Object Required
Set tbToolBar.Buttons(5).Image = imlToolbarIcons.ListImages(21).Picture
Thanks
Mike
When you call out for help in the darkness, and you hear a voice in return, you're probably just talking to yourself again!
The Toolbar has an associated imagelist and I want to change the image from time to time. The following code gives a runtime error 424 Object Required
Set tbToolBar.Buttons(5).Image = imlToolbarIcons.ListImages(21).Picture
Thanks
Mike
When you call out for help in the darkness, and you hear a voice in return, you're probably just talking to yourself again!