Re: Read webpage with VB app

From: Herfried K. Wagner [MVP] (hirf-spam-me-here_at_gmx.at)
Date: 05/22/04


Date: 22 May 2004 13:48:22 +0200


* "Chad Z. Hower aka Kudzu" <cpub@hower.org> scripsit:
>> Is there a simple way to read (and parse) a webpage with a VB.net
>> application. Right now I can sort of read a page but it's a framed page
>> and the server thinks the app is a browser that can't handle frames...so
>> I get a message to the effect in the response.
>
> It sounds like you just want to transfer it, and not display it? If so the
> webbrower control is overkill and in fact can interfere. You should look at
> just using straight HTTP.

I agree, but then you will have to parse the frameset to get the URLs of
the pages displayed in the frames.

-- 
Herfried K. Wagner [MVP]
<URL:http://dotnet.mvps.org/>


Relevant Pages

  • Re: Read webpage with VB app
    ... > Is there a simple way to read (and parse) a webpage with a VB.net ... Right now I can sort of read a page but it's a framed page ... "Programming is an art form that fights back" Empower ASP.NET with IntraWeb ...
    (microsoft.public.dotnet.languages.vb)
  • Re: read a web page and then display
    ... >I'd like to read a webpage, the parse it and display a small part of ... Prev by Date: ...
    (comp.lang.php)
  • read a web page and then display
    ... I'd like to read a webpage, the parse it and display a small part of ... Prev by Date: ...
    (comp.lang.php)
  • Re: parsing an xml response feed in firefox
    ... I am trying to parse a feed from blogger.com ... and display the contents in my webpage. ... Why not just use load with the blogger.com URL that you want to load? ...
    (microsoft.public.scripting.jscript)
  • Read webpage with VB app
    ... Is there a simple way to read (and parse) a webpage with a VB.net ... Right now I can sort of read a page but it's a framed page and ... message to the effect in the response. ...
    (microsoft.public.dotnet.languages.vb)