❔ c# help
I have an application that I made in C#. I don't want the designs in the resources folder in the project file to be stolen. How can I merge my source file into the application and use the images?
5 Replies
I don't want the designs in the resources folder in the project file to be stolenHow come?
An application with pictures that I also designed for
When I share the application, the resource folder remains in the application's folder and the pictures are in it.
Can I combine all files in one exe with visual studio?
You can't - Everything can be extracted if it reaches the client
As the image has to be in memory in one way or another
otherwise it cannot be displayed and/or reached
thanks
Looks like nothing has happened here. I will mark this as stale and this post will be archived until there is new activity.