1
Answer

Load External Program (.exe) and Contain Within Form

cmarini

cmarini

16y
3.2k
1
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)