Re: Read webpage with VB app

From: Chad Z. Hower aka Kudzu (cpub_at_hower.org)
Date: 05/22/04


Date: Sat, 22 May 2004 11:44:08 +0300


"KC" <you@dontneed.this> wrote in
news:#7l5f1pPEHA.3304@TK2MSFTNGP12.phx.gbl:
> 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.

--
Chad Z. Hower (a.k.a. Kudzu) - http://www.hower.org/Kudzu/
      "Programming is an art form that fights back"
Empower ASP.NET with IntraWeb
  http://www.atozed.com/IntraWeb/


Relevant Pages

  • 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)
  • 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 and ... In the WebBrowser's 'DocumentComplete' event handler: ...
    (microsoft.public.dotnet.languages.vb)
  • 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 ... > It sounds like you just want to transfer it, and not display it? ...
    (microsoft.public.dotnet.languages.vb)
  • Re: form sends email with subject line containing webpage, need this in the txt file too.
    ... using a variable of some sort. ... > Microsoft MVP FrontPage ... >> i have set up a folder login method, so i know who has logged in. ... >> containing the webpage address they were at when the submitted the info. ...
    (microsoft.public.frontpage.programming)
  • Re: Exec inside a class method to call other class methods?
    ... the parse method of, some sort of dispatching is necessary. ...
    (comp.lang.python)