CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Nov 2008
    Posts
    19

    How to make a webbrowser load text only ?

    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

  2. #2
    Join Date
    Feb 2007
    Location
    Craiova, Romania
    Posts
    326

    Re: How to make a webbrowser load text only ?

    See this article: http://msdn.microsoft.com/en-us/libr...13(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?

  3. #3
    Join Date
    Nov 2008
    Posts
    19

    Re: How to make a webbrowser load text only ?

    Quote Originally Posted by marceln View Post
    See this article: http://msdn.microsoft.com/en-us/libr...13(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 ?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured