Opening Bitmap

S

Suthee

If you have a bmp image in the same folder as your database and it has the
same name as your database, Access will briefly display the image. The
problem is that "briefly" is about a millisecond, does anyone know how to
extend the time the image is displayed to about 1.5 seconds?

Thx
 
D

Dirk Goldgar

Suthee said:
If you have a bmp image in the same folder as your database and it
has the same name as your database, Access will briefly display the
image. The problem is that "briefly" is about a millisecond, does
anyone know how to extend the time the image is displayed to about
1.5 seconds?

About the only way I know is to display the image in an unbound image
control on a startup form instead, with a TimerInterval of 1500
(milliseconds) and a Timer event procedure that closes the form (and
presumably opens the next form). You can use the form's Open event to
set the image control's Picture property to the path to the bitmap file.
 

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