Hi!
How do I use this simple function,
SavePicture?
I BitBlted into a picturebox, then I want
to save it as BMP file. How do I do it?
Thank you,
Arie.
Printable View
Hi!
How do I use this simple function,
SavePicture?
I BitBlted into a picturebox, then I want
to save it as BMP file. How do I do it?
Thank you,
Arie.
This is the syntax
SavePicture Picture, Filename
eg
Code:SavePicture Picture1.Picture, "c:\windows\desktop\test.bmp"
I use it like this:
SavePicture Picture2.Picture, CommonDialog1.Filename
But it has an error: Invalid Property Value
I used on Picture2 these functions:
SetPixel, GetPixel.
That's all.
How can I save it into a BMP file?
Thank you,
Arie.
It's works great!
Thanx! ;) ;)