Hi,
I am trying to create a simple windows forms ping program. And am wondering if the ListView control is the correct one to use.
There would be just two columns.
One for the host status and the other for the Host.
So if the host is off the status column for that host would be red.
Is the listview control the correct one? Or should I be using a better control?
Regards
I am trying to create a simple windows forms ping program. And am wondering if the ListView control is the correct one to use.
There would be just two columns.
One for the host status and the other for the Host.
So if the host is off the status column for that host would be red.
Is the listview control the correct one? Or should I be using a better control?
Regards