|
-
Feb 6th, 2007, 08:19 PM
#1
Thread Starter
Member
MDI with process
Evening! Can anyone explain how to launch an external process such as explorer or notepad, and encompass that in an mdi form? Thanx
-
Feb 6th, 2007, 08:52 PM
#2
-
Feb 6th, 2007, 09:26 PM
#3
Thread Starter
Member
Re: MDI with process
Cool...one question. It works perfect for notepad.exe... How do i get this to work for let's say explorer.exe. When you try, the app is not contained in the mdi app
Thanx a bunch
-
Feb 6th, 2007, 10:09 PM
#4
Re: MDI with process
Dunno. Maybe some windows refuse to be made children.
-
Feb 6th, 2007, 10:23 PM
#5
Re: MDI with process
I just tried iexplore and explorer with a break point on the SetParent and it worked, indicating that there is some delay before the window be parented. Couldn't conjecture as to the reason. Also note that when I tried it with explorer when another explorer window was already open it failed with an exception because the existing process opened the new window and the new process exited. Explorer also threw an exception when closing its parent window.
-
Feb 6th, 2007, 10:42 PM
#6
Thread Starter
Member
Re: MDI with process
so i am guessing explorer cannot be used...although ie works but when you browse to anything it goes to a new window
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
|