|
-
Apr 16th, 2001, 02:54 AM
#1
when i capture the screen and put the image in a picture box, i cannot save it! but when i load a pic from a file into a pic box, i can save it! whats the bloody problem?
-
Apr 16th, 2001, 06:09 AM
#2
Hyperactive Member
Got any sample code?
I got some 4 you, but I must know what you want exactly, so I can give you what you need.
-
Apr 16th, 2001, 06:18 AM
#3
You can either save the Image (not the picture) or set the Picture to the Image before saving the Picture.
eg
SavePicture Picture1.Image, "C:\temp\test.bmp"
or
Set Picture1.Picture = Picture1.Image
SavePicture Picture1.Picture, "C:\temp\test.bmp"
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
|