How can I add resources to a form's resource file via VS 2005

S

steve bull

I have created valrious forms but would like to make the text for the controls come from a resource file. I am using VS C#2005
express at the moment and although it creates an empty .resx file for the form it seems to object to my adding the resources
manually and when I run FXCop against the code it objects that I am not using a resource file to read the text.


How can I use the ide to make vs add the resource strings to the resource file and read them from there? If I add them manually - vs
deletes all the entries from the resource file.

thanks for any help,

Steve
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top