Closed Thread
Results 1 to 3 of 3

Thread: Running multiple exe's in a single window

  1. #1
    brandon21486 is offline Newbie
    Join Date
    Feb 2010
    Posts
    2
    Rep Power
    0

    Running multiple exe's in a single window

    This may be a stupid question but I have a project(for work) that I am working on and the user interface that they want me to build needs to run multiple forms as separate exe's in a single window. I have looked at MDI but have not seen any indication that this will allow me to run multiple exe's just multiple documents. Is there a good way to do this? BTW working with C# and WPF on this.

  2. CODECALL Circuit advertisement
    Join Date
    Always
    Posts
    Many

     
  3. #2
    alienkinetics's Avatar
    alienkinetics is offline Programmer
    Join Date
    Feb 2010
    Location
    Australia
    Posts
    154
    Rep Power
    0

    Re: Running multiple exe's in a single window

    Here is the solution in Delphi:

    How to shell to another app and have it appear in a delphi form - Stack Overflow

    If its possible in C#, then the code should be easy to convert since it is mostly Win32 commands.

    There is some C# related info here.

    C# and Win32Api (SetParent) problem - CodeGuru Forums

  4. #3
    brandon21486 is offline Newbie
    Join Date
    Feb 2010
    Posts
    2
    Rep Power
    0

    Re: Running multiple exe's in a single window

    Don't know if this fits what I need for creating the shell. Now starting to look at CAB(Composite UI Application Block) for this. Anyone with any tips on this?

Closed Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Replies: 3
    Last Post: 02-07-2011, 11:29 AM
  2. Calling multiple functions in a single line
    By fazlerocks in forum C and C++
    Replies: 4
    Last Post: 01-17-2011, 06:03 PM
  3. Replies: 2
    Last Post: 10-28-2010, 03:15 PM
  4. Multiple processes or single process?
    By sharat in forum Linux Programming and Scripting
    Replies: 1
    Last Post: 01-12-2010, 09:01 AM
  5. Replies: 5
    Last Post: 10-29-2008, 01:05 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts