Image control

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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
 
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
 

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

Back
Top