1
Reply

Load External Program (.exe) and Contain Within Form

cmarini

cmarini

Feb 26 2008 2:10 PM
3.2k
I am trying to figure out how to take an existing application, such as Notepad or Wordpad, and have my C# program open it while containing it within the form.  This would mean Notepad or whatever program is loaded by Process.Start or some other means, but exists only within the C# program and does not appear in the windows taskbar.

If anybody could help out that would be greatly appreciated.  Thanks.



Answers (1)