I am getting ready to sell a piece of software. When I compile the program, I get a "Resources" folder with all my images inside the folder. I do not want to have the end user have access to the image files. Is there a way to embed all the images into the .exe file or another way to make them inaccessible?
Asked
Active
Viewed 36 times
0
-
Use "Embedded Resource" for Build Action. – muffi Jun 01 '17 at 05:49
-
Use *Resource*, not *Embedded Resource* as Build Action. – Clemens Jun 01 '17 at 07:44