PDA

Click to See Complete Forum and Search --> : Strange Problem with inet Control works at work but not at home...


SirLee
May 29th, 2000, 03:16 PM
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
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
Someone replied to my post with a code that works.

http://forums.vb-world.net/showthread.php?threadid=18283

Hope that helps :).

Humor. All Matthew's have it :).