|
-
Nov 1st, 2000, 03:30 PM
#1
Thread Starter
Member
I want to connect to the internet w/ the inet control and use a list of proxies in a txt. file. I want the inet to connect to the internet using a random proxy from the list. How can this be done?
-
Nov 1st, 2000, 03:57 PM
#2
Frenzied Member
Load the textfile in an array using Open File For Binary...
and the split function (you could split it with VbCrLf as delimeter), and then pick a random array-item (with Rnd and Randomize), then just set the Inet1.Proxy to the Array-Item you just selected and done!
Jop - validweb.nl
Alcohol doesn't solve any problems, but then again, neither does milk.
-
Nov 1st, 2000, 07:39 PM
#3
Thread Starter
Member
Can anyone post some source code for this question? I'm just a newbie.
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
|