Hi!
I am trying to create an application in C# that will take a list of IPs from a text file and display whether or not a ping is returned from each IP.
I was wondering if it was possible, with a loop or something similar, to create two labels for each IP, one for the name and one for the status, dynamically, every time the program is run.
How would I go about doing this?
Thanks!