I have a win forms application written in C# which has a resource file, after this application has been built I want to alter the contents of the resource file, how would I go about doing this?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I’ve realised that I was doing this the wrong way around, instead of building an application and then attempting to modify the resources of that application on the fly I am not creating and building an application (including resources) on the fly and this seems to work perfectly for my purposes.