Load External Program (.exe) and Contain Within Form
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.