Resource files are a very useful addition to the .NET framework as they allow easy storage and retrival of data e.g.
1 2 3 |
MyResourceFile.Image1; MyResourceFile.Image2; ... |
In order to iterate through the all the resources in the resource file, we have to use ResourceSet. To get it we need run a resource manager on our resource file. The complete