Multiple processes rendering to one window
Two processes, two windows, but one window acts as another window's child window. For example a window contain a edit ctrl, but the edit ctrl is belong to another process. How can I implement such a MFC application?