Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Finding the correct control to use?

Status
Not open for further replies.

Bujitsu

MIS
Oct 23, 2003
67
0
0
AU
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
 
Bujitsu,

Yes, ListView is likely the control you want to use.

If you don't need to do anything with the ping data, I suggest simply outputing the ping result to a multiline textbox. Less work and it allows your user to select and copy the information if desired whereas you will need to implement code to allow this with a ListView.

Sincerely,
Nathan Davis

Phyrstorm Technologies, Inc.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top