Hi all,

I want to understand the purpose of .resx file.
i konw that Designer.cs is the class for the form.
i read that .resx stores resources.

1. But what kind of resorces?
2. where is it used in the form?
3 when i opend it shows only "String1". Why?


Plz help me.

Resources are global, external data objects that can be used by the application from any point. Here is the MSDN description of application resources, their purpose and how to use them.

In answer to your third question, you can change what type of resources you wish to view/add/delete by changing the combo box that reads Strings when you open the resx file for the first time.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.