lets say i just had Bit Blitted an image from the game im working on, Lets say i wanted to save this image as a Bmp File, How could i save the Image on form1 to a BMP FILE.
Printable View
lets say i just had Bit Blitted an image from the game im working on, Lets say i wanted to save this image as a Bmp File, How could i save the Image on form1 to a BMP FILE.
Hi slashandburn,
You can try to use SavePicture statement
e.g
SavePicture Form1.Image1.Picture, "c:\windows\desktop\a.bmp"
SavePicture Form1.Picture, "c:\windows\desktop\b.bmp"
Does it help ?
Keiko
[This message has been edited by Keiko (edited 02-14-2000).]
:eek: it Doesn't Work it isn't a picture it is an image from BLtBlit on to the form like painting, ;) Yes Painting, how can i save painting on a form as a Bitmap image.