Ok,
I finally finish my application. It has a textfile in the resources folder of the solution that the application constantly accesses.
My question is:
I want to build an exe for my application that I can run in any computer.
I want to apply an icon to this .exe file, not the forms in the file, but the .exe file itself, i don't know if it is possible.
The problem is
I don't know how to add the icon when I build the solution.
If I change the .exe file from the debug folder it crashes when it tries to access the textfile.
What can I do?
Thanks in advance.