Click here to Skip to main content
15,894,017 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi Friends I have a Third Party exe application which is like a Media player It can be used to play Tv Signal in the Computer after installing Tv Tuner card in the PC.
I want to embed this application with MFC dialog.I'm totally new to VC++ environment.Can anyone help me to solve this buzz.
Posted

1 solution

An EXE will always be run as a separate process and you cannot embed an EXE inside another EXE. The media player that you embed in an application is not an EXE, but an activex control (OCX) which is actually a DLL. So this DLL can be loaded into an application.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900