When you say IPs do you mean IP addresses? If so, they are simple strings so you would store you list in an array of strings.
To allow people to select one, you can put this array of strings into a single column listbox and use an event structure to tell when the user double-clicks of one of the items.
Or selects an item and clicks an OK button.
Or either.
Mike...