Click here to Skip to main content
15,913,303 members

Comments by ianmartinez97 (Top 4 by date)

ianmartinez97 30-Nov-13 1:44am View    
Thanks anyways
ianmartinez97 29-Nov-13 22:38pm View    
Well, you told me "There is no native class in .NET to "edit" the resources of a seperate .EXE or .DLL file." That's not what I'm trying to do. I'm not trying to edit or read the resources of a separate .EXE or .DLL file.

The problem I am having is not being able to have the generated .EXE access ITS OWN resources when it runs by itself without any help from the application builder app. So if GetExecutingAssembly won't work inside of the generated .EXE, what way will work to access the "Icon" resource from within the generated .EXE?
ianmartinez97 29-Nov-13 4:31am View    
The GetExecutingAssembly is inside the EXE I created and I'm trying to access the resources from the generated EXE itself.
ianmartinez97 28-Nov-13 0:11am View    
The EXE I generated is supposed to run on its own and I'm not trying to access them from within the program generating the EXE, I'm trying to access them from the generated EXE itself.