Click to See Complete Forum and Search --> : IWebBrowser2: perform navigation without loading images


qtx
February 25th, 2006, 04:31 PM
I am using InternetExplorer object to load a page and parse some information out of it. The page contains several number of images, what produces additional traffic and increase loading time.

Is it possible to enforce only for that loading operation (not globally) that no images should be loaded?

I know the IE has the option "Show Pictures" in the settings. But I don't want to set it for my purposes, because the user can spontaneously close the browser so that it is not ensured that this option might is reset back.

Have you any idea of clean and "beautiful" solution for this task?