Using Visual Studio 2005, is there a way to export the images in an Image List to individual files on my PC? Using the IDE, I select the Image List and view its properties. In the "Images" property, I launch the Images Collection Editor dialog. I can only add and remove images, but I cannot find a way to export an image that is already in the list.
Why? The developer who made the original list has left our company and I need the images for an ASP.NET application (will convert to .jpeg).
Thank you for the help!
On codeproject there is example application how to do this.
I've created a new version from Embedded Image Grabber which supports:
Binary and SourceCode can be found here.
You can write some simple code to export the images. You don't mention which language you are using, so here is the solution in both C# and VB.
C#
VB