Results 1 to 3 of 3

Thread: Strange Problem with inet Control works at work but not at home...

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Mar 2000
    Posts
    18

    Unhappy

    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!


  2. #2
    Guest
    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.

  3. #3
    Guest
    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
  •  



Click Here to Expand Forum to Full Width