forgive me as i am new to DLLs, etc. and might use the wrong terminology or have the wrong concepts in my mind.
I need to have a DLL called "parent" start a thread or even an executable called "child".
the problem is that the when the DLL function terminates, i dont know how I will have a handle to the child application.
i need to issue commands to this child program.
im thinking the child could be a daemon type program and i would communicate to it via sending messages through a port.
id rather now...but i am new to the .NET world and cannot think of any other way. is there a way to get the PID and somehow talk to it that way
Thanks