Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

HTML in to readable/value accessible object

0 views
Skip to first unread message

Joe

unread,
Feb 7, 2006, 10:21:43 PM2/7/06
to
Can someone show me how I can correctly put the HTML code of a webpage into
an object where I can access the various values of the tages in VB.net?

I did it in VB6 with HTMLDocument, but its seems to not work for me in
VB.NET.

Thanks in advance


Cor Ligthert [MVP]

unread,
Feb 8, 2006, 1:21:48 AM2/8/06
to

Herfried K. Wagner [MVP]

unread,
Feb 8, 2006, 5:12:54 AM2/8/06
to
"Joe" <john...@yahoo.com> schrieb:

Parsing an HTML file:

MSHTML Reference
<URL:http://msdn.microsoft.com/library/default.asp?url=/workshop/browser/mshtml/reference/reference.asp>

- or -

.NET Html Agility Pack: How to use malformed HTML just like it was
well-formed XML...
<URL:http://blogs.msdn.com/smourier/archive/2003/06/04/8265.aspx>

Download:

<URL:http://www.codefluent.com/smourier/download/htmlagilitypack.zip>

- or -

SgmlReader 1.4
<URL:http://www.gotdotnet.com/Community/UserSamples/Details.aspx?SampleGuid=B90FDDCE-E60D-43F8-A5C4-C3BD760564BC>

If the file read is in XHTML format, you can use the classes contained in
the 'System.Xml' namespace for reading information from the file.

--
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://classicvb.org/petition/>

babita gariya

unread,
Jul 28, 2010, 8:33:20 AM7/28/10
to
please tell me step by step how to generate a html in vb.net in windows application

From http://www.developmentnow.com/g/41_2006_2_0_0_692586/HTML-in-to-readablevalue-accessible-object.htm

Posted via DevelopmentNow.com Groups
http://www.developmentnow.com/g/

0 new messages