Results 1 to 2 of 2

Thread: Downloading

  1. #1

    Thread Starter
    New Member
    Join Date
    May 2000
    Posts
    7
    Hi,
    Did anyone ever ran into problems while downloading pages via Inet? A very simple test involves Text1, Text2, Command1, and Inet1 with the following command:

    Private Sub Command1_Click()
    Text1.Text = Inet1.OpenURL(Text2.Text)
    End Sub

    The problem is that the HTML Source Code may not be complete... The code works for http://www.winamp.com, but NOT for http://www.getright.com . Anyone know why this happens and how to solve this?

    Thanks in advance

  2. #2
    Addicted Member
    Join Date
    Apr 2000
    Posts
    215
    Microsoft inet control can only download relatively small pages, it often times out when attempting to download larger pages. Also if it does manage to download a larger webpage it might not all fit into a normal size text box you might want to consider using a rich text box instead. As for it timing out for smaller pages, I'd use winsock to download a page personally.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width