How do you write the kind of histogram UI like the one in Task Manager in Windows?
The best I could find is this one below
http://www.codeproject.com/KB/custom-controls/performancecountercontrol.aspx
But it is ASP.net web ui, which is not usable in my standalone executable project.
I'm trying to write a performance history meter application that communicate with our hardware device to show the device read/write performance. I already did one using very primitive screen drawing, and it is not as good as the histogram UI in Task manager, as it is not resizable and flickers like crazy on certain monitor, I'm thinking of rewriting the UI using the same UI like the one in Task Manager.