How to Export Images from an Image List in VS2005?

后端 未结 2 906
花落未央
花落未央 2021-02-13 12:47

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

2条回答
  •  感动是毒
    2021-02-13 13:11

    On codeproject there is example application how to do this.

    I've created a new version from Embedded Image Grabber which supports:

    • png images
    • jpg images
    • gif images
    • Save all images at once to a folder

    Binary and SourceCode can be found here.

提交回复
热议问题