Hello, needing a little help.
I'm creating something using http web requests and iwant it to use different proxies.
So I understand the following:
But I would really like to populate the address section using an item from a listbox.
When I do so, VB tells me off because I am trying to convert a string to a webproxy data type.
Can anyone help?
Thanks
I'm creating something using http web requests and iwant it to use different proxies.
So I understand the following:
Code:
Dim myproxy As New WebProxy("http://1.1.1.1:80")
But I would really like to populate the address section using an item from a listbox.
When I do so, VB tells me off because I am trying to convert a string to a webproxy data type.
Can anyone help?
Thanks