Hey guys what's up, okay I need to make a simple application.. That will ping like 10 ip address and This is what I have so far..

1 Textbox - Which contains an ip address

1 labelbox - Which will turn either green or red depending on if the connection
is alive or dead.

1 Textbox - Which will display the "ms" time it took for that packet of data to get back and fourth.

And that's it..

I will have 10 of these with different ip's and I would like it to cycle through each ip address and give me the information above..

Does anyone know how I can do this.

Thanks In Advance.
ScarEye


P.S. I am a total n00b in C# so please explain in laymens terms.
Oh yea just to make sure you have this right.. All I did so far was just create the textboxes and the labels that's it. Still learning.