I have seen in the code bank .net solutions to determine the parent’s id from the child process. Is there a VB6 solution?
When I use CreateProcess (for a third party EXE) in VB I am able to determine the new process ID of the child process. If this child process now creates a new process, the grandchild process will have a new process ID. Since I have no access to the third party code I can only work from the list of active processes and need a method to determine from the list of active processes, which parent spawn it.