So I embedded an exe using Visual Studio. (By changing it's properties to embedded), but when I try to access the resource in the code, it doesn't appear in the list. I have three embedded files, two pics and this exe, but only the pics showup in the list...
I'm accessing them this way:
myProject.Properties.Resources.(name here)
What am I doing wrong?
This is the error I get:
Error 1 Source file 'C:\Documents and Settings\me\My Documents\Visual Studio 2005\Projects\File Test\File Test\Resources\my.exe' could not be opened ('Unspecified error ') File Test
I'm accessing them this way:
myProject.Properties.Resources.(name here)
What am I doing wrong?
This is the error I get:
Error 1 Source file 'C:\Documents and Settings\me\My Documents\Visual Studio 2005\Projects\File Test\File Test\Resources\my.exe' could not be opened ('Unspecified error ') File Test