How can I save figures that my VB6 program creates to a file?
I have a VB6 program where I create many different figures inside PictureBox controls. But, I would like to save the results to files. How can I do that?
I have tried loading a picture, modifying it and then using the SavePicture statement but it just saves the original picture.
I have a VB6 program where I create many different figures inside PictureBox controls. But, I would like to save the results to files. How can I do that?
I have tried loading a picture, modifying it and then using the SavePicture statement but it just saves the original picture.