Reputation: 20468
I Want To Disable Styles
& Images
Of webBrowser Control (in a Windows Applications) Before Loading?
mean i do n't want any style or image of a web site inside web browser's control.
Because Of More Speed
how can i disable them?
is there any property for do that?
thanks in advance
Upvotes: 0
Views: 2055
Reputation: 21511
I don't think this is standard functionality of the bundled WebBrowser control. This previous SO question about disabling images in a WebBrowser control suggests using this replacement WebBrowser control which provides the image disabling features you require.
This site provides the source code and a demo application. A comment on that site by ATS++ (Titled: Re:HOWTO Encorporate this into my own project.) shows how to use as a standalone WebBrowser control replacement.
But I haven't used it personally, so I am unable to provide any further details on it's workings.
Upvotes: 1