|
-
May 29th, 2000, 03:16 PM
#1
Thread Starter
Junior Member
I have this very strange Problem when I load a website into a richtextbox like in this case or into a variable.
At work my little program here loads the whole page.
Internet connection there: MS-Proxy with 128K ISDN
At home it retrieves only the first 2000 or so characters of the website....
Internet connection at home: Directly connected via router and DSL.
Here is the code:
Private Sub Form_DblClick()
Inet1.AccessType = icUseDefault
RichTextBox1.Text = Inet1.OpenURL("www.vintagegaming.com")
End Sub
Any ideas why this is happening?
Thanks!
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
|