Click here to Skip to main content
15,887,850 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
How to open *.exe inside MDI form ?
Help
Posted
Comments
[no name] 3-Jun-11 21:16pm    
What do you mean? Do you want to start an executable?
thatraja 3-Jun-11 23:38pm    
[Comment from OP]
Yes, i want start an executable inside MDI Form.
Amazing! If you help me ^^

See my past answer here:
Is it possible to run a window form application from another running window form application[^].

I think I described all opportunities you can use.

Besides: don't use MDI to avoid a lot of trouble and achieve acceptable user experience. See:
http://en.wikipedia.org/wiki/Multiple_document_interface#Disadvantages[^],
Question on using MDI windows in WPF[^],
MDIContainer giving error[^].

—SA
 
Share this answer
 
v2
Comments
Abhinav S 4-Jun-11 0:35am    
Good answer. My 5.
Sergey Alexandrovich Kryukov 4-Jun-11 0:40am    
Thank you, Abhinav.
--SA
Take a look at this blog[^] post. The blog post shows how to use http://www.pinvoke.net/default.aspx/user32.setparent[^] to achieve what you want.
 
Share this answer
 
Comments
tuanvu_n 3-Jun-11 21:46pm    
Thanks you
Abhinav S 4-Jun-11 0:35am    
Good answer. 5.
Tarakeshwar Reddy 4-Jun-11 11:22am    
Thanks Abhinav

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900