
MTC is an example of the things you can do with the TOOLHELP module and Visual
Basic. This example displays found Tasks, Modules and window Classes, displaying
the results in listboxes. Double-Clicking a class will display more information
on the class selected. Press "Refresh" to update these three listboxes. Click
"Heap" to display Windows global heap information. Anything in the heap can be
double-clicked, but only DGROUP types add anything to the second window if
there's anything in the DGROUP local heap.
This example is complete with Visual Basic source code for VB 2.0 and may be
used and distributed freely. No guarentees are implied.

