Just loading html without images?
|
feedback
|
|
Use TEmbeddedWB instead of TWebBrowser, and you can do that easily by change the DLCTL_DLIMAGES option to false | |||
|
feedback
|
|
One way is to edit the HTML to remove the tags. | |||||||||
feedback
|
|
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. | ||||
|
feedback
|
|
Goto:
| |||
|
feedback
|