[RESOLVED] Is it possible to view a pages source code with Inet?
Is it possible to view a pages source code with Inet? I have tried searching but no luck so far, using the WebBrowser control is not an option, I really want to use the Inet control for this.
Thanks.
Re: Is it possible to view a pages source code with Inet?
Code:
Dim strHTML As String
strHTML = Inet1.OpenURL("www.vbforums.com", icString)
Debug.Print strHTML
Re: Is it possible to view a pages source code with Inet?
Thanks brucevde it works fine. +rep.