Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Umm...how on Win9X? EnumProcess seems to work only on NT.
Use Process32First/Process32Next from the Toolhelp API. I wrote an article about an enumeration class that works on both NT and Win9x here. /moliate
Process32First/Process32Next