|
-
Jun 28th, 2009, 05:01 PM
#1
Thread Starter
New Member
[RESOLVED] Open external .exe in same window
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.
-
Jun 28th, 2009, 05:13 PM
#2
Re: Open external .exe in same window
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|