|
-
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!
-
May 29th, 2000, 06:08 PM
#2
Strange Problem with inet Control works at work but not at home...
Of course it does! You're supposed to rest when you're at home! Workaholic!! 
Sorry.
-
Jun 7th, 2000, 09:33 AM
#3
Someone replied to my post with a code that works.
http://forums.vb-world.net/showthrea...threadid=18283
Hope that helps .
Humor. All Matthew's have it .
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
|