Here Download 2nd version of the application Here Download the source code Here
Created a Memory Pair class in order to fill the datagridview containing the process name and the memory usage. Implemented the IComparable interface to allow for sorting from highest to lowest based on memory usage. Timer set to go ever 15 sec after initial load. 2 Functions were created, 1 for loading the datagridview and a second to check for high memory usage and to highlight the correct rows.
Second Version has an options form that allows you to change the lower and upper thresholds of the monitor to adjust to system it is running on.
