Importing image into Image Control on a Form

P

Piri

Access97
I have a form for spare parts information and selection.
For the parts I have a library of jpg files held in a shared drive.
When the operator selects a part number in a list I have the image
appear in an Image control on the form - this is working very well and
is fast.

But there is a pesky "Importing [image path and filename]..." box
flashing momentarily on the screen each time.
Is there a way to suppress/hide this pop-up ?

Any help gratefully appreciated.

Piri
 
S

Stuart McCall

Piri said:
Access97
I have a form for spare parts information and selection.
For the parts I have a library of jpg files held in a shared drive.
When the operator selects a part number in a list I have the image
appear in an Image control on the form - this is working very well and
is fast.

But there is a pesky "Importing [image path and filename]..." box
flashing momentarily on the screen each time.
Is there a way to suppress/hide this pop-up ?

Any help gratefully appreciated.

Piri

Use regedit to set the following key to "No":

HKEY_LOCAL_MACHINE\Software\Microsoft\ Shared Tools\Graphics
Filters\Import\JPEG\Options

Then do the same for:

HKEY_CURRENT_USER\Software\Microsoft\ Shared Tools\Graphics
Filters\Import\JPEG\Options
 
P

Piri

Access97
I have a form for spare parts information and selection.
For the parts I have a library of jpg files held in a shared drive.
When the operator selects a part number in a list I have the image
appear in an Image control on the form - this is working very well and
is fast.

But there is a pesky "Importing [image path and filename]..." box
flashing momentarily on the screen each time.
Is there a way to suppress/hide this pop-up ?

Any help gratefully appreciated.

Piri

Thanks Doug and Stuart,
The nuisance value of this at this stage is quite minuscule - the file
sizes being loaded are only 6 - 10kb.
It is that "flash" of the pop-up that annoying. But for the moment,
given the number of users involved, the registry edit is a big fix.
But I will hold this advice in case it is needed in the future.

Cheers,
Piri
 

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