I need a little help to create a datagridview dynamically.
The objective is to ping a list of IP or HostName’s success and inserted in the grid (host, date, and Image (Red or Green)) depending on response.
I have this function that writes the grid, but I have a problem if one ping is not successful he puts all others with Redball.
Heres the code i’m using http://codepaste.net/yq1pu9
1 Answer