Hi,
I am doing a small project in C#, in which i will get all the process running in a system and the process related information and showing them using listview(nearly 7 columns). Now i had a requirement that any one of the value of a process( For Example CPU Usage of a process) exceeds the given threshold ,i have to change the color of that particular row.
Can anyone help me regarding this...
Thanks in advance,
Jyothi.
Loading
Sam HobbsPosted Dec 21, 2010, 9:11 AM
The ListView control is older technology; it was created for 32-bit Windows when Windows was converted from 16-bit. There are other grid views that are more flexible.
Santhosh NPosted Dec 21, 2010, 2:13 AM
http://msdn.microsoft.com/en-us/library/system.windows.forms.listviewitem.aspx
to get more styles for the display with dynamic colors and styles
jyothi tallapaneniPosted Dec 21, 2010, 12:06 AM
Sam HobbsPosted Dec 20, 2010, 6:59 AM