|
-
January 5th, 2000, 03:23 PM
#1
Displaying other proggies
Is there any way to make a program run in a VB window?
-
January 6th, 2000, 02:13 AM
#2
Re: Displaying other proggies
If you mean to run another exe, use Shell() function, if you mean load another program into VB Window
itself, you can use DDE / OLE methods to create reference to the corresponding object.
Good Luck!
-
January 6th, 2000, 03:28 AM
#3
Re: Displaying other proggies
If you can find the 'hwnd' of the program that's running, you can make it appear within a VB form (MDI or otherwise) using the SetParent API (although it does get a bit clunky with form positioning).
Chris Eastwood
CodeGuru - the website for developers
http://codeguru.developer.com/vb
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
|