VB6 PictureBox SavePicture - save picture as png?

前端 未结 4 1079
逝去的感伤
逝去的感伤 2021-01-14 10:33

With VB6 PictureBox, how do I save to the png format?

4条回答
  •  独厮守ぢ
    2021-01-14 11:16

    You can't. The VB6 PictureBox only supports Bitmap, icon, metafile, GIF, and JPEG image types. You'll need to use something else if you wish to work with PNG files. Perhaps the Windows Image Acquisition Automation Library would be of use to you.

提交回复
热议问题