I am trying to make a very simple hard disk access monitor to work like those embedded LEDs that blink according to drive usage. That LED REALLY helps me, but the laptop I am using does not have it. =[
So, I've made a simple tray icon application, but I don't know how to determine that variable of disk access.
I've searched for it and found something like System.Diagnostics.PerformanceCounter, but I have no idea on using it for my task.
If there is another solution, I'd also appreciate! =] Thanks.
Oh! I almost forgot, it needs to detect ANY and EVERY access to the hard drive.. I've tested an application out there (with the exact same supposed function), but after some tests I could easily realize it was missing some accesses, mainly when you executed a new program.