Run Exe file as an Embedded Resource in C#
问题 I have a 3rd party EXE. I just need to run this from my C# application. My prime target is to copyright that 3rd party executable from my C# file.. Is there any better way to do this.? How can I do this ? Thank you Menaka 回答1: First add the embeded executable file as resource file to your existing resource file, if you dont have one, then you need to [add existing item to your project, and select resource file] When you add the executable file in resource editor page, select type as [Files],