Loading Bitmaps from Database Values

Loading Bitmaps from Database Values

Question:
I am in the process of building an application where I needa grid of small graphics (icons or BMPs) in an array situation.When the user clicks on one graphic it can change to a differenticon depending on the situation. The graphic also must be relatedto a data record in an access 2.0 database. I am stumped to thinkof the most efficent way to do this. The grid size needs to be userdefined.

Answer:
Why not just store a number or tag of some sort of array, and when you need to change pictures, look at the tag to figure out which picture to load. The pictures can be preloaded on the form and made invisible. Then, when you need to set the picture, you can just set the picture property equal to the one on the form. You can use this tag or ID to tie into your database, as well.

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