10-10-2018, 06:06 PM
Hi guys,
I'm trying to get the html text of the current opened webpage in my browser.
I tried :
HtmlDoc d
d.SetOptions(2)
d.InitFromInternetExplorer(2)
str s=d.GetHtml("Body")
out s
Not working.... could you help me?
I'm trying to get the html text of the current opened webpage in my browser.
I tried :
HtmlDoc d
d.SetOptions(2)
d.InitFromInternetExplorer(2)
str s=d.GetHtml("Body")
out s
Not working.... could you help me?