Explain how to retrieve resources using ResourceManager class.
3093
18-Feb-2012
Anonymous User
18-Feb-2012Create a ResourceManager with resource file name and the resource assembly as parameters.
After having created, you can use ResourceManager.GetString method to retrieve a string.
Use the ResourceManager.GetObject method to retrieve images and objects from a resource file.