Open form,loading linked picture

  • Thread starter Thread starter Aleksander
  • Start date Start date
A

Aleksander

Hi All!

Im programming an Access 2000 database.

My forms have linked pictures in picture property!
Because of size I do not want to have pictures embeded.

When I open a form a "Load picture" dialog boxes er runnig .

I am wondering if is any way to quit them or these can run unvisible.

I do not know if they er Windows dialog boxes or Access dialog boxes.

Best regards Aleksander
 
See the Registry solution here:
http://www.mvps.org/access/api/api0038.htm
API: Suppress the "Loading Image" dialog
Author(s)
Dev Ashish


(Q) Instead of storing the images in a table, I'm now string the path
and filename of the files in a table, and using the Image control.
However, I don't want the "Loading Image" dialog to come up. How can I
hide this dialog?

(A) The "Loading Image" dialog is popped up by the filter that's
processing the image. We don't have any direct control over it.

There are two ways to prevent the dialog from coming up.

By changing a registry setting emailed to me by Klaus Oberdalhoff.
HKEY_LOCAL_MACHINE\Software\Microsoft\ Shared Tools\Graphics
Filters\Import\JPEG\Options

Change the ShowProgressDialog key value to "No".


--

HTH
Stephen Lebans
http://www.lebans.com
Access Code, Tips and Tricks
Please respond only to the newsgroups so everyone can benefit.
 
Hi Stephen

Thank you for your response.
Thanks to Dev Ashish too.

First solution workeds excellent,but I wil try a 2-nd one
because it is not sure that I can get access to Client's machine registry.
She runs Windows Nt.

Best regards Aleksander
 
Back
Top