How to save web page to disk vb6?
For all VB6 expert out there, I would like to know how can I make it to save the webpage file I Developed into a disk. I just can’t seem to figure it but I know it is possible to save webpage to disk vb6.
For all VB6 expert out there, I would like to know how can I make it to save the webpage file I Developed into a disk. I just can’t seem to figure it but I know it is possible to save webpage to disk vb6.
To save and open a webpage in VB6 you can download the instruction given below:
Â
If you wish to save a website on a disk in VB6, you should try looking on the Internet Transfer Control. You will be needing this to download the text file. Or use the APIs wininet.dll that works just the same as the Internet Transfer Control but it's a little faster.
The Internet Transfer Control is included on your VB6 SP6. Wininet contains the internet associated functions. For more information on Visual Basic, click the link below: