How to? Stop built in "Importing . . ." msgbox from displaying.

D

Dan McFall

I have a form with an unbound picture box.
The picture's source is set at runtime to the desired linked picture using
the form's on current event.

Access seems to find it necessary to display a msgbox with "Importing
filename" and a progress bar as it loads the new picture.

The net result as a user clicks through the database is an annoying flash of
the msgbox.

Can the msgbox be disabled?


Dan McFall
 
D

Dirk Goldgar

Dan McFall said:
I have a form with an unbound picture box.
The picture's source is set at runtime to the desired linked picture
using the form's on current event.

Access seems to find it necessary to display a msgbox with "Importing
filename" and a progress bar as it loads the new picture.

The net result as a user clicks through the database is an annoying
flash of the msgbox.

Can the msgbox be disabled?

I think this is what you're looking for:

http://www.mvps.org/access/api/api0038.htm

I've used the "change registry setting" approach, but not the "catch and
close the dialog window" method.
 

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