T
Tod Johnson
Hello,
when the unhandled exception occured the message box will be thrown (and
the .exe will be locked). How can I then detect PID of this appliction
from another application? I could pass the PID if the programm runned
but what should I do if the program is crashed on the loading (e.g.
TypeLoadException)?
I know that I can iterate through all processes using Toolhelp.dll but
is it possible to avoid using this library?
Thank you,
Tod
when the unhandled exception occured the message box will be thrown (and
the .exe will be locked). How can I then detect PID of this appliction
from another application? I could pass the PID if the programm runned
but what should I do if the program is crashed on the loading (e.g.
TypeLoadException)?
I know that I can iterate through all processes using Toolhelp.dll but
is it possible to avoid using this library?
Thank you,
Tod