View Single Post
Join Date: Nov 2008
Posts: 3
Reputation: jahanna is an unknown quantity at this point 
Solved Threads: 0
jahanna's Avatar
jahanna jahanna is offline 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;
  1. WebBrowser.Document.All("form").All("field")
But i shouldn't to use a WebBrowser object. How can i do this on VB.net?
Reply With Quote