I am using VB 6.0, IE 5.0, inet and the webbrowser control. I am going to a website and trying to save the page. I am saving it into a richtextbox and it saves it but not all of the information. I am missing all of the pictures and gifs on the page. I would like all of the information. Below is some of the code I am using.
id_file_save = "c:\RVSPAM\" & Div & mydate & "\" & tracking_number & ".html"
RichTextBox1.Text = Inet1.OpenURL(brwWebBrowse
r.Location
URL)
RichTextBox1.SaveFile id_file_save, rtftext
More info in case you want it.
In particular I am going to the UPS website, automatically putting in a tracking number and then want to automatically save the page to a file on the hard drive for the future.
An example page would be:
http://wwwapps.ups.com/etracking/tracking.cgi?tracknums_displayed=5&TypeOfInquiryNumber=T&HTMLVersion=4.0&InquiryNumber1=1Z8201EX0341489143&InquiryNumber2=&InquiryNumber3=&InquiryNumber4=&InquiryNumber5=&track.x=31&track.y=8Thanks for your help,
Michael
Start Free Trial