Question

Just loading html without images?

Was it helpful?

Solution

Use TEmbeddedWB instead of TWebBrowser, and you can do that easily by change the DLCTL_DLIMAGES option to false

OTHER TIPS

Goto:

Tools > Internet options > Advanced Tab > Under Multimedia untick Show Pictures

One way is to edit the HTML to remove the tags.

Here MSDN explains how to customize the web browser control: http://msdn.microsoft.com/en-us/library/aa770041(VS.85).aspx

If you're using Delphi, as Nasman said, TEmbeddedWB is a much more and updated wrapper of the web browser control.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top