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!