vb.net - webbrowser get xml document -
hey, have been trying switch code using ie object using built in webbrowser. of properties same have run issue getting xmldocument page.
'internet explorer object dim oxml object = oie.document.xmldocument nodelist = oxml.selectnodes(path).length trying method on webbrowser doesn't work. know path xmldocument object webbrowser?
figured out.
webbrowser1.document.domdocument.xmldocument
Comments
Post a Comment