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.
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
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?
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks