Results 1 to 2 of 2

Thread: Inet Proxy

  1. #1

    Thread Starter
    New Member
    Join Date
    Dec 2006
    Posts
    4

    Inet Proxy

    Hi, I'm trying to create a program that goes to a website through a proxy. I'm using Inet. Is this the correct code?

    Code:
    Inet1.RemoteHost = "217.172.56.131"
    Inet1.RemotePort = "86"
    Do I need to use inet1.Proxy?

    Thanks

  2. #2
    "Digital Revolution"
    Join Date
    Mar 2005
    Posts
    4,471

    Re: Inet Proxy

    I think you have to set the AccessType to: icNamedProxy. I think the proxy field is in the format of "123.123.123.123:8080", or IP:Port.

    I don't think you need to set the RemoteHost/RemotePort properties, but I could be wrong.

    Try searching on www.pscode.com/vb for "inet proxy" or www.google.com for "vb6 -.net inet proxy" or on these forums.

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