Skip to main content

All Questions

Tagged with
0 votes
0 answers
180 views

get a detail from html document with webbrowser control of vb.net

I'm a newbee in handling html document with vb.net webbrowser i have an the html document, in that some objects are selectable, i'm able to load this html document in vb.net webbrowser control of vb....
Murugesha M S's user avatar
1 vote
2 answers
975 views

vb.net Get text from hidden html element

I don't have a problem with extracting/parsing parts of HTML, but part of HTML code, that I am interested in (link) is hidden from page source code... $("#loading").ajaxStart(function () { $(...
Jovica's user avatar
  • 444
0 votes
1 answer
51 views

VB code detects only one HTML element and ignores the rest

I’m using VB to detect all textarea elements in a document and edit their value. This is the code: For Each Element As HtmlElement In WebBrowser4.Document.GetElementsByTagName("textarea") MsgBox(...
Remon Ramy's user avatar