.exe Application in my Win32 Application (C++)?

Hello there,

I'm here to ask if any of you know if I can get an application in my Win32 Application.

As example this is what I have now:
http://puu.sh/7tM1e.png

And I want to get this:
http://puu.sh/7tM1Z.jpg

I know it wont be an 2 lines code, but I hope someone could help me.

Thanks.
Launching an application in another application is not possible. You can only spawn a new process. From the second image you posted, it looks like you want something like "Multiple Document Interface". It actually creates child windows within a main frame window. Search for it in MSDN or the following link in codeproject might help.

http://www.codeproject.com/Articles/3553/Introduction-to-MDI-Forms-with-C
closed account (N36fSL3A)
C# != C++.

I'd recommend looking at Microsoft's WinAPI tutorials.
Topic archived. No new replies allowed.