|
-
Jun 12th, 2000, 06:35 AM
#1
Thread Starter
New Member
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|