在vb中用WebBrowser控件获得html网页源代码,急
请问怎么在vb中用WebBrowser控件获得html网页源代码,我使用了RichTextBox1.Text = WebBrowser.Document,现在在Document后点了“.”之后没有出现什么提示,我怎么才能提出网页的html源代码呢?我很着急,谢谢高手啦!
qq:***********
参考答案:Set webdoc = WebBrowser1.Document
RichTextBox1.Text = webdoc.all(0).outerhtml
一直在和webbroser较劲啊!