vbgen Level: Moderator
 Registered: 10-10-2002 Posts: 876
|
Re: HTMLDocument.toString (MS WebBrowser Control)
i'm not sure if this is what you want... but this code will get you the source of a webpage
' just place a microsft internet transfer control 6.0 on your form
'this will get the html source code into a string
Dim HTMLSourceCode As String
Inet1.OpenURL ("http://www.whatever.com")
HTMLSourceCode = Inet1.OpenURL |
tell us if we got it right, okay?
NOTE: in the code... please remove the semicolon after ...tever.com
[Edited by vbgen on 01-03-2003 at 12:03 AM GMT]
[Edited by admin on 28-02-2003 at 05:45 PM GMT]
____________________________
Been busy trying to take a second degree <--it's not working out...
|