A simple application to show the processes running on your machine, and the threads and modules within these processes.
It's a pretty straightforward .NET 2 application, using some of the classes provided in the System.Diagnostics namespace.
Download the source or the executable.
Omar Baqueiro Espinosa has made a nice little modification to this code so it shows a TreeMap of the memory usage, go have a look.