I have a problem with INET object for save a Web page to a file.
I use this code in my program:

Public Inet1 As Inet

Inet1.URL = "http://www.microsoft.com"

Open App.Path & "\Appo.htm" For Output As #1

DoEvents
Print #1, Inet1.OpenURL
Close #1

In file appo.htm I retreive a partial html code only, and web page is incomplete. Can you help me for download a Web Page ?
Thanks in advance.
Raoul