Hello :)
Im still learning C# , im developing and application as my project ....
i came across a issue and thought the experts might help me out :)
what i want to do is to read a text file like this :
91.210.46.1:8080
124.193.109.13:80
124.193.109.7:80
and i want to separate the port and the IP ...
example :
IP IS : 91.210.46.1
PORT IS : 8080
IP IS : 124.193.109.13
PORT IS : 80
and so on ... and here comes the huge problem....
i need to store the 2 values to variables when i call a function or something similar to it...
a new IP from the list should be added to the variable on a button click :)
the newly added ip will be used to brows internet by the users :-) from their after ..
hope you got what i meant ...
Thanks alot..