Is there an XEmbed equivalent on Windows?

XEmbed is used to insert an X11 window into another application. This is done by updating the target window.

Is there a window equivalent to be able to embed an external window into another? In my case, I have control over both applications / windows, so collaboration is possible.

+3
source share
1 answer

OLE Compound Documents provides the ability for one application to implement part of another application document (for example, embed a spreadsheet inside a word processor).

But COM, etc. - large learning curve.

+2
source

All Articles