Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Opening a web page to retrieve some data on It
Message
 
To
01/05/2001 16:45:42
General information
Forum:
Visual Basic
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00502196
Message ID:
00502752
Views:
13
>Thanks for your answer! Here is another one...How can I do to put the source code in a .txt file ? I will work on It later...thanks!

I just found this searching something else:
Dim strHTML As String
Dim i As Integer
strHTML = WebBrowser.Document.documentElement.outerhtml
For i = 0 To WebBrowser.Document.frames.length - 1
   strHTML = strHTML & vbCrLf & WebBrowser.Document.frames.item(i).document.documentElement.outerhtml
Next
Éric Moreau, MCPD, Visual Developer - Visual Basic MVP
Conseiller Principal / Senior Consultant
Moer inc.
http://www.emoreau.com
Previous
Reply
Map
View

Click here to load this message in the networking platform