Home > Software engineering >  How to embed the third-party application window MFC interface
How to embed the third-party application window MFC interface

Time:10-12

Want to have a third-party application embedded into the MFC interface, how can I do

Just find two resources, it is the same, download it took 10 points
Download.csdn.net/detail/tr0j4n/2015801#comment

Open the drawing window outside, sometimes draw a chart to embed into, my system is Windows 7, 64 - bit, VC6

CodePudding user response:

Third-party applications have the source code, is packaged into a DLL, then your program to invoke the DLL to start the third party applications, embedded don't know what you said is what effect, is said to a third party one controls embedded in your application?

CodePudding user response:

Write a DLL, HOOK to your third party applications, get the main window of third-party applications, and then set up a parent window for your program window, embedded came in

CodePudding user response:



Similar to a small window on the dialog open the web page

CodePudding user response:

refer to the second floor shenyi0106 response:
write a DLL, HOOK to your third party applications, get the main window of third-party applications, and then set up a parent window for your program window, is embedded in the


Can you give an example,

CodePudding user response:

Search in the MSDN SetParent
Window kidnapping, forced to set a window's parent window for the target window

CodePudding user response:

reference 5 floor xiaohuh421 reply:
search in the MSDN SetParent
Window kidnapped and forced to set a window's parent window for the target window


Serious agree,

CodePudding user response:

SetParent ()?

CodePudding user response:

CreateDesktop?
  • Related