I need to extract the resources from a .NET application to a location on my hard drive. How can I do this?
eg.
I have a exe file in my c# resources and i want to copy the resource file to my harddrive programaticaly.
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.
Open a resource stream and copy it’s content to a FileStream.
http://support.microsoft.com/kb/319292 might be what you want