how can i find parent process ?
You can download my System.lib library and either use the GetParentPID9x or GetParentPIDNT functions to extract the Process ID that created the current process or check out the code and work something out for yourself.
Thank you