How do you either:
1. Open external .exe in same window as application
2. Embedd a .exe in a VB application.
The .exe was not made in VB.
Printable View
How do you either:
1. Open external .exe in same window as application
2. Embedd a .exe in a VB application.
The .exe was not made in VB.
Take a look at this codebank submission of mine for how to display the window of another executable as a child windows of your application.
You can embed an Exe by adding it to the resources, but you can not execute it directly, you'd have to write it to the disk first, then execute the file.