Windows Develop Bookmark and Share   
 index > Windows Forms General > winapp within winapp
 

winapp within winapp

Hi

Is it at all possible to create a .Net application (windows application)

that hosts another (calls another winapp) and makes it visible on / within the new winapp?

Like the web browser control allows web applications to be shown within a windows application form, is it possible to have a control where one can load other windows applications in ? like a virtual desktop?

Bye

I.W Coetzer  Sunday, April 08, 2007 12:34 PM
No, the web browser is a control and would be hosted within the same process. Two applications must exist in different processes (and therefore different threads) and therefore one can't be a child of the other. The only thing you could do is host one application in another desktop (hidden) and perform periodic screen captures to display it within the other app (not to mention capture and redirect mouse/keyboard events...). None of which I would recommend.
Peter Ritchie  Sunday, April 08, 2007 6:22 PM
Peter is right, check this thread to move into undocumented, unsupported territory.

nobugz  Sunday, April 08, 2007 11:38 PM
No, the web browser is a control and would be hosted within the same process. Two applications must exist in different processes (and therefore different threads) and therefore one can't be a child of the other. The only thing you could do is host one application in another desktop (hidden) and perform periodic screen captures to display it within the other app (not to mention capture and redirect mouse/keyboard events...). None of which I would recommend.
Peter Ritchie  Sunday, April 08, 2007 6:22 PM
Peter is right, check this thread to move into undocumented, unsupported territory.

nobugz  Sunday, April 08, 2007 11:38 PM

You can use google to search for other answers

Custom Search

More Threads

• taskbar behaviour for application
• Reusing Internet Explorer
• how to create custom folderbrowsedialog
• fontDialog+C#
• How to get combobox bound generic list to make properties of members available for evaluation?
• Firebird Exprerinces
• PropertyGrid show sub property
• Multi-screen/display Cofiguration?
• ToolStripManager.Merge does not work with BindingNavigator
• Working with Dynamic Menu, help wanted please.