Hi,
I am trying to make an application that will spawn two processes. My application will be an MFC application. I will be using CreateProcess to make the two processors (calc & conf for example). My question is as follows:
Is it possible to create the processes and make them appear inside the boundaries of my MFC window so that when I move my window the applications will move too. Thanks a lot
Amish