Project icon

  • Thread starter Thread starter Gurtz
  • Start date Start date
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 $]
 
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
 
Back
Top