I have created a C# WinForm app.
I would like a single EXE file instead of
appname.exe
Resource\file1.ext
Resource\file2.ext
Resource\file3.ext
How can I embed my resources into my exe and how will my code change?
One line of code is
Help.ShowHelp(this, "Resources\\help.chm");
The other files I have are text files with values for the "About" window.