Process Manager 0.1
Saturday, September 8th, 2007ProcessManager is a simple task manager for Windows Mobile devices. I wrote it to test my CC.System.Diagnostics class library. Download the application here.
ProcessManager is a simple task manager for Windows Mobile devices. I wrote it to test my CC.System.Diagnostics class library. Download the application here.
I needed a way to find a process by it’s name on my Motorola Q so I modified some example code provided by Microsoft and wrote this simple class library. You can read more about the details here.
I wasn’t happy that versions 0.3 and below only supported a resolution of ~1 second so I have released an updated version that supports millisecond resolution (more if I wanted and your device supports it). Also added options to control the background and foreground colors and tried to fix an issue on Pocket PCs where “closing” the application minimized it (waiting on feedback, don’t have a Pocket PC to test on). Read more here.