Project icon

G

Gurtz

Hello,

I have specified an icon in the startup dialog window. How
can I make this specification relative, or better yet,
embed the image in the database?

Also, if I have one image object and I am changing its
image source programmatically, is there a way to have
these images embedded, instead of storing them in a
directory location?

I have thought about having each image on top of the
other, and then making only the desired image visible, but
that seems cumbersome and I'm wondering if there is a
better solution?

Thanks!
Gurtz
[email = no $]
 
M

Michel Walsh

Hi,



For the third question, you can use a image list control (if you have Visual
Studio in addition to Office). You can then set the image to the image
property of a given control (having such a property) to the image-known by
index (or name) from the image list control ( as if it was an array, or
collection, of images). You can fill the image list control by the desirable
images at design time, and they become embedded.

Hoping it may help,
Vanderghast, Access MVP
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top