Click to See Complete Forum and Search --> : How to make a webbrowser load text only ?


tom_codon
December 27th, 2008, 05:28 PM
Hi guys.!

Please tell me one thing. How to make a webbrowser load text only, none images , ect ect..

I'm using AxInterop.SHDocVw, Interop.SHDocVw for browser

Thanks

marceln
December 27th, 2008, 05:37 PM
See this article: http://msdn.microsoft.com/en-us/library/aa741313(VS.85).aspx . What you're interested in is described in the "Download control" section.
Why don't you use the .NET WebBrowser control instead?

tom_codon
December 27th, 2008, 05:55 PM
See this article: http://msdn.microsoft.com/en-us/library/aa741313(VS.85).aspx . What you're interested in is described in the "Download control" section.
Why don't you use the .NET WebBrowser control instead?

Thanks marceln for link.
I'm not use WebBrowser control, because it so slow and eat much RAM.

i reading about Download Control,but not much understand. So can be here a code ex for it ?