Elfman Member Joined Nov 6, 2007 Messages 12 Programming Experience 1-3 Jan 4, 2008 #1 HI all, Can anyone tell me if there is a sax html parser for vb.net similar to hot sax for java . - Thanks
HI all, Can anyone tell me if there is a sax html parser for vb.net similar to hot sax for java . - Thanks
JohnH VB.NET Forum Moderator Staff member Joined Dec 17, 2005 Messages 15,875 Location Norway Programming Experience 10+ Jan 4, 2008 #2 The Webbrowser control can be used, load the page and access the Document object. The controls doesn't need to be in a form to be used. Upvote 0 Downvote
The Webbrowser control can be used, load the page and access the Document object. The controls doesn't need to be in a form to be used.