B
Bruce Vander Werf
I am trying to assign an ImageList to a Toolbar at runtime. This is a
secondary form and I would like to use the ImageList from the main
form. The Toolbar is totally configured at design-time, with the
exception of the ImageList property.
So I create the form, assign the ImageList to a public variable on the
form, then on the OnLoad event, assign the ImageList to the Toolbar.
This doesn't seem to work - the buttons on the toolbar have no image.
What else do I need to do?
--Bruce
secondary form and I would like to use the ImageList from the main
form. The Toolbar is totally configured at design-time, with the
exception of the ImageList property.
So I create the form, assign the ImageList to a public variable on the
form, then on the OnLoad event, assign the ImageList to the Toolbar.
This doesn't seem to work - the buttons on the toolbar have no image.
What else do I need to do?
--Bruce