Hello,
I'm new to COM/OLE and I want to learn.
I have done an automation MFC server.
I have done a MFC client which uses the object defined in the server.
The server OLE object is a CDialog(or CWnd).
All works perfectly.
When I create an instance with the client, the server is executed (out process) and the remote window appears and receive the event.
However, the remote object is created with DoModal method.
Now, I'd like to incorporate(embed) by remote object windows in the CDialog of the client.
Is it possible ? How to do that ?
I'm new to COM/OLE and I want to learn.
I have done an automation MFC server.
I have done a MFC client which uses the object defined in the server.
The server OLE object is a CDialog(or CWnd).
All works perfectly.
When I create an instance with the client, the server is executed (out process) and the remote window appears and receive the event.
However, the remote object is created with DoModal method.
Now, I'd like to incorporate(embed) by remote object windows in the CDialog of the client.
Is it possible ? How to do that ?