I have a dialog based MFC application through which I have to call a .NET executable.
My question are:
- How will the MFC application know that the .NET executable is closed?
- if suppose a .Net executable process some information and want to convey the output to the MFC application, how can this be achieved.
Please help!!