|
-
Apr 24th, 2010, 07:31 AM
#1
Thread Starter
Junior Member
How to determine a child's parent process?
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|