Einzelnen Beitrag anzeigen

marabu

Registriert seit: 6. Apr 2005
10.109 Beiträge
 
#3

Re: get only HTML - no images

  Alt 20. Jan 2007, 16:35
Hi,

to keep a webbrowser instance from downloading images you will have to implement a host control with an IDispatch interface. The method Invoke() must handle the event id DISPID_AMBIENT_DLCONTROL. This event id is sent from the WB control to the host to request the download options, once at startup and always when informed of changes.
read more

You sure could cut corners by downloading the EmbeddedWebBrowser component, which has all this and more accessible in your object inspector.

Have fun.
  Mit Zitat antworten Zitat