custom icon/bmp

  • Thread starter Thread starter Scott M
  • Start date Start date
S

Scott M

I would like to use a custom bmp/icon for a button.
When implemented, however, access simply points
to a path "c:\xxx\xxx". This means if I save the
database and try to open it on another machine, it
won't be there, which is no good for distribution.

Can I get the bmp permanently resident in the mdb file?

Scott
 
Scott,

If you set the Picture Type property of the button to Embedded, then
your statement "try to open it on another machine, it won't be there"
will not be true.
 
Well I'll be. Even though it gives a path, it did save the icon.
Thanx!

Scott
 

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

Back
Top