I need to know how to find the executable name of any handle. Not just the forms exe.
I know you can use the app.exename so im not looking for that.
Looking for something like

Function FindTheDamnExecutableNameFromADamnHandle(DamnHandle as long) as string

Oh and it has to work in Windows NT.
CreateToolSnapShot and ProcessFirst do not work in NT.