Sort listview

lonalan

New member
Joined
May 7, 2013
Messages
1
Programming Experience
1-3
I have a listview with all the processes running in two columns the first is the memory taken and the other one is the name, what I need it for is to insert in a label the process that is taking more memory ( if you know another way to do it besides the listing all processes as well welcome. ) What I need to have is the name and the memorysize64 on the top so can be display in the label that reads the first item on the listview.

Thanks in advance
 
Back
Top