Thread
:
VB.Net HTML document read
View Single Post
•
•
Join Date: Nov 2008
Posts: 3
Reputation:
Solved Threads: 0
jahanna
Offline
Newbie Poster
VB.Net HTML document read
0
#
1
Nov 12th, 2008
Hey guys, i need to read form(s) on VB.Net from the simple html based web sites, like on VB6 webbrowser object;
Help with Code Tags
VB.NET Syntax
(
Toggle Plain Text
)
WebBrowser.
Document
.
All
(
"form"
)
.
All
(
"field"
)
WebBrowser.Document.All("form").All("field")
But i shouldn't to use a WebBrowser object. How can i do this on VB.net?
jahanna
View Public Profile
Find all posts by jahanna