Hi,
I am reasonably new to C# and Visual Studio, so any help with this problem will be much appreciated!
At the moment I have a C# Windows Application which runs various vb scripts which are included within the project. This works without any problems, however, I would like the scripts to be embedded into the .exe file that is produced when the project is compiled. This will mean that when i move and run the exe file I wont need to move all the scripts along with it.
Firstly, is this actually possible? Is there an easy way to do this? I noticed that there is a "build action" that can be changed to "Embedded resource" - I though would have fixed me problem, however, as far as I can see, this has made no difference!
Thanks in advance,
Greg