I know this question has been asked on this forum before. Mostly without an answer.
But now I got the answer.
And I'll make it into a FAQ.
Christiaan Baes
Belgium
If you want to get an answer read this FAQ faq796-2540
There's no such thing as a winnable war - Sting
But now I got the answer.
Code:
Dim p As Process
For Each p In p.GetProcesses
lblMemUsage.Text = p.ToString.Remove(0, 27).ToLower & " " & (p.WorkingSet / 1024).ToString("0,000") & " K"
Next
And I'll make it into a FAQ.
Christiaan Baes
Belgium
If you want to get an answer read this FAQ faq796-2540
There's no such thing as a winnable war - Sting