Embedding an external Windows application
I have a Windows desktop application to which I want to add some functionality. Unfortunately no source code is available, but it has a COM API.
So, I want to include this application in my window (with menu, toolbar, etc.) and bind events via COM API.
How do you propose to embed one application in another? (I intended to use the Qt toolkit, but it only supports embedding applications on Linux.)
thanks richard
0
a source to share