|
-
Jun 1st, 2001, 04:29 AM
#1
Thread Starter
Fanatic Member
SavePicture Usage...
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.
-
Jun 1st, 2001, 04:47 AM
#2
This is the syntax
SavePicture Picture, Filename
eg
Code:
SavePicture Picture1.Picture, "c:\windows\desktop\test.bmp"
-
Jun 1st, 2001, 04:56 AM
#3
Thread Starter
Fanatic Member
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.
-
Jun 1st, 2001, 08:47 AM
#4
Thread Starter
Fanatic Member
Thank you, Stef.
It's works great!
Thanx!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|