save a webpage to a file
save a webpage to a file
save a webpage to a file
’save a webpage to a file
‘add a reference to the Microsoft Internet Transfer Control
Private Sub Command1_Click()
Dim URL() As Byte
’set protocol to HTTP
Inet1.Protocol = icHTTP
Inet1.URL = "http://www.microsoft.com"
‘ Retrieve the HTML data into a byte array.
URL() = Inet1.OpenUrl(Inet1.URL
Related posts:
- save text to a file Learn more about save text to a file by visiting...
- save wmf to bmp Learn more about save wmf to bmp by visiting our...
- Size of a webpage with PHP and cURL Learn more about Size of a webpage with PHP and...
- Open internet explorer and display a webpage Learn more about Open internet explorer and display a webpage...
- store a text file into an array Learn more about store a text file into an array...
Related posts brought to you by Yet Another Related Posts Plugin.

