Superfly1611
Regular
Hello all,
Out of nowhere i've been asked to write a small exe to distribute to our clients that will install some template files onto there computers. (Yes i've raised the issue of client's willingness to run foreign exe's on there computers).
Now back in my uni days i remember hearing someone mention that you could compile a file(s) into an exe and then access them @ run time.
Now I assume(???) that when compiling in .NET you set the Build Action to embedded resource to compile a file into your exe... but how do you then access this file?
Many Thanks
Out of nowhere i've been asked to write a small exe to distribute to our clients that will install some template files onto there computers. (Yes i've raised the issue of client's willingness to run foreign exe's on there computers).
Now back in my uni days i remember hearing someone mention that you could compile a file(s) into an exe and then access them @ run time.
Now I assume(???) that when compiling in .NET you set the Build Action to embedded resource to compile a file into your exe... but how do you then access this file?
Many Thanks