I've been browsing the web for a while looking for an answer to this but I can't seem to find it. I created a .resx file in one of my DLL files that has a bunch of images stored on it. In this DLL I'm using an extended ImageManager (CustomImageManager) to get access to the images on my .resx file.
What I've been trying to do is let a user pic what image they want to display from this .resx file. The only problem is I can't figure out a way to get the names of the images from the resx file so that the user can choose the image by name! Can anyone help me with this?
(Bonus Question)
The entire code is an isometric map-building program. I used the .resx file to encapsulate all the tile images that a user can pick from when building there map. Is there a more efficient way to store these images besides saving them to the HDD or a .resx file?
Thanks,
Nick