|
Embedding other applications in a form in C#?
Hello,
I'm working on a program that's basically going to compile several other programs (made in C++ mainly) and I'm wondering if there's a way to have these programs when they launch run "within" a form on C# program I design, similar to how you can embed web pages in programs or media players in web pages and what not. Is there a way to actually run other programs without just minimizing this one and launching that one? I haven't found a good way of trying to do this yet. Any ideas?
Thanks
~Dave
Last edited by dave120; 01-20-2007 at 09:22 AM.
Reason: more specific title
|