سؤال

I have an old VB6 project which has a form containing a number of Image objects. That was the way the author had stored images to use on buttons etc. on other forms.

How can I extract the images from these objects to something like a JPG or BMP?

I was hoping for something to put into the Immediate window. I don't mind doing it one by one.

هل كانت مفيدة؟

المحلول

SavePicture MyImage.Picture, "mypic.bmp"
مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top