I need to retrieve the following information:
Tasks loaded, and associated executables.
*Not the Master Window List*
Under 16-Bit Windows, toolhelp.dll was used which had the functions TaskFirst and TaskNext, but these functions no longer work under NT4...
I hashed something together that uses FindWindow and collates Windows by class to give me an idea of what's running, but I really need a Task->EXE lookup system.
Can anyone help...?
Lady V.
Take a look in "Hardcore VB" to see the what the declarations are.