Image control

F

franky

I have a form with six image controls that change images when a button is
clicked. Whenever the controls are updated with new images a popup box
appears that quickly loads the images and dissapears when complete:

Importing... [file path]

Is there a way to turn this popup dialog off?

Thanks in advance
 
B

Bill

Yes, if you're comfortable in changing a Registry value, set
the "ShowProgressDialog" value at Registry key:

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

from "Yes" to "No". The only other type supported in this
Registry path besides JPEG is PICT.

Note that this Options value pertains to all users of the
machine in question. That same option is also in the
same path starting with HKEY_CURRENT_USER, but
I can't vouch for whether it will work as desired.

Let us know how you make out.

Bill
 
Top