Hello,
Thanks for your post. As I understand, you have a MDI WinForm application
which needs to launch other .exe to act as MDI child forms. Please correct
me if there is any misunderstanding. I now share the following information
with you:
As you know, it will start a new process for the .exe you launched from
your MDI WinForm application, so that it cannot be act as MDI child form.
To work around the problem, I suggest you to create a class library which
contains the MDI child forms. You MDI WinForm application can create the
forms in the class library and display them as MDI child forms. In
addition, I recommend you the following article which walks you through the
creation of a simple MDI application created using Microsoft Visual Basic
.NET
Getting Started with Windows Forms
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dndotnet/ht
ml/getstarwinform.asp
Hope this helps.
Regards,
HuangTM
Microsoft Online Partner Support
MCSE/MCSD
Get Secure! --
www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.