Assign Toolbar Button Images at Run Time

Assign Toolbar Button Images at Run Time

When developing applications, quite often you end up experimenting with different toolbar icons to test how well they serve their purpose. If you change an icon in an ImageList, you have to de-assign this ImageList from your toolbar and you lose all your image assignments. Instead of doing this repeatedly, use the same key values in your buttons and images.

Use this code to assign images to your buttons. For me it has been a time-saver:

 Dim myButton As ButtonOn Error Resume NextWith Toolbar1	.ImageList = ImageList1	For Each myButton In .Buttons		myButton.Image = myButton.Key	NextEnd With
Share the Post:
data observability

Data Observability Explained

Data is the lifeblood of any successful business, as it is the driving force behind critical decision-making, insight generation, and strategic development. However, due to its intricate nature, ensuring the

Heading photo, Metadata.

What is Metadata?

What is metadata? Well, It’s an odd concept to wrap your head around. Metadata is essentially the secondary layer of data that tracks details about the “regular” data. The regular