I am basically screwed at the moment... I was previously working on my VB6 project at work, and the company closed down 3 weeks ago. I thought I had backed up everything I needed, but it seems I missed one folder that contained some vital information. One file I'm in need of is an image, which currently sits in a PictureBox (Pic1) on Form1. I can go into VB6 and View Object and can see the image there, but I can't find a way to save the image to my hard drive.
Due to the specific nature of the project, the form size is 37200 twips wide x 52620 twips high (2480 x 3508 pixels, equivalent to an A4 size sheet at 300dpi), so I can't simply screen capture it.
Is there some way I can convert the entire form to a .bmp file, remembering it is about 3 times the size of my screen's display resolution? My entire project is stuck until I can get this image back... any help please..?
Due to the specific nature of the project, the form size is 37200 twips wide x 52620 twips high (2480 x 3508 pixels, equivalent to an A4 size sheet at 300dpi), so I can't simply screen capture it.
Is there some way I can convert the entire form to a .bmp file, remembering it is about 3 times the size of my screen's display resolution? My entire project is stuck until I can get this image back... any help please..?