Is it possible to open an exe application (like mspaint.exe) in a Visual studio C# application and place it in a container with in the application? I am developing an application using Visual Studio 2008 C# that should display two exe applications in the bottom half part of the screen. I added a panel in my form to display the applications and added code to open the exe applications but the applications are opening in their own window outside of the panel. Is there a way to embed the applications to look like part of the main application? Or at least control the location where they should open by splitting the screen or something….. Any suggestion is welcome.