I am using http web requests and want it to use different proxies.
This is my starting point:
Dim myproxy As New WebProxy("http://1.1.1.1:80")
I would like to populate the address section using an item from ListBox
.
VB does not let me do it, because I am trying to convert a string to an address data type.
Is there a way?