Click here to Skip to main content
15,867,771 members
Please Sign up or sign in to vote.
4.00/5 (1 vote)
Hi EveryOne!

I am trying to integrate another application into a tab of my window form, into a control panel.The window border of the application should not be visible in my application. Can anyone explain how do I do that.

Thanks!
Posted

Only OLE(Object Linking and Embedding)support application should allow to be embedded in our winforms.If your external application is in .ocx format it is possible to add your tab pane.

these are some usefull link

http://stackoverflow.com/questions/1315266/displaying-another-app-in-my-form[^][^]
http://stackoverflow.com/questions/2881103/how-to-use-ocx-in-net-windows-application[^]
http://en.wikipedia.org/wiki/Object_Linking_and_Embedding[^]
 
Share this answer
 
v3
Comments
AmarjeetAlien 21-May-11 2:28am    
I read that its a copy paste form here:http://stackoverflow.com/questions/1315266/displaying-another-app-in-my-form[^]

But anyway thanks for the reply.
AmarjeetAlien 21-May-11 3:35am    
Thanks ambarishtv!
I provided the options you can try in my past solution here:
Is it possible to run a window form application from another running window form application[^].

I would advice you to avoid it by all means.

—SA
 
Share this answer
 

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