remove failed image

bcm

Well-known member
Joined
Aug 13, 2007
Messages
56
Programming Experience
Beginner
I am creating project in vb.net where i am retriving a source code of a site. The source code contains a image.gif. but the image fails to open and i dis plays a 'x' in the top left corner. I want to remove that failed image.
:confused:
 
The WebBrowser control uses the IE engine and that would be an IE setting I think you'll find. You'd have to set that for all IE instances in the Internet Options dialogue.
 
I'm not talking about doing it programmatically. Your app should not be changing system-wide settings without the user's permission. I'd be very peeved if I installed some software and suddenly other applications started behaving differently. I'm talking about doing it in the Internet Options dialogue.

If you choose to do it programmatically after asking the user's permission then I would guess that it's a registry setting, but I couldn't tell you where.
 
Back
Top