Re: web in windows ?
From: Cor (non_at_non.com)
Date: 02/10/04
- Next message: Lumpierbritches: "Building/Compiling Application in VB.Net"
- Previous message: Jorge: "Storng path to document in SQL table."
- In reply to: Mike Smith: "Re: web in windows ?"
- Next in thread: Mike Smith: "Re: web in windows ?"
- Reply: Mike Smith: "Re: web in windows ?"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 10 Feb 2004 15:39:05 +0100
Hi Mike,
If you want to get information from a webpage (although you can never get a
page from the internet only one document and sometimes that is the page).
Than you use mshtml to get the information from the document.
Instead of the webbrowser you can also have a look for all the httprequest
classes but that are so much that I cannot tell you which you have to use.
If you want to have the whole page of a document you can get that by using
Html.innertext block. (The only thing you do not get it the leading HTML
tag and the closing HTML tag) Or any other innertext block.
When you use mshtml you have to set a reference for it but do not set an
import, because this class freezes your IDE, you need to set an prefix
reference every time you use it.
I hope this helps,
Cor
- Next message: Lumpierbritches: "Building/Compiling Application in VB.Net"
- Previous message: Jorge: "Storng path to document in SQL table."
- In reply to: Mike Smith: "Re: web in windows ?"
- Next in thread: Mike Smith: "Re: web in windows ?"
- Reply: Mike Smith: "Re: web in windows ?"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|