Problem:
I have 1 ListBox which loads a text file contain:
- ip:port
- ip:port
- ip:port
What I want to do is, once I’ve loaded the text file into the list box, I want to have the ‘ip’ to go into a different listbox and the ‘port’ into a different listbox. This is first time working on a project like this.
Something like