|
-
Jan 25th, 2002, 11:58 AM
#1
Saving a BMP in a picture box
I need to know how to save a Bitmap from a Picture box. Heres the catch, the picture isn't loaded into the Picture box is created by PSet.
Thought you had an easy answer didn't you?
NOMAD!
-
Jan 25th, 2002, 01:46 PM
#2
Lively Member
Well, I know this isn't a really BRILLIANT answer or ne thing, but try loading up the picture, doing a print screen, and loading the picture into paint. Then edit the screen shot so just the bit you want is still there!
Good luck
Ich widerstehe allem - nur nicht der Versuchung
(I can resist anything but temptation)
-
Jan 25th, 2002, 03:38 PM
#3
Use the SavePicture() Method, specifying picturebox.Image, instead of picturebox.Picture.
Z.
-
Jan 26th, 2002, 12:48 PM
#4
I've tried that before, just tried it again. It saves a gary image to color and size of the picture box without the image on it. Anything else? Am I going to have to make the bitmap file bit by bit in code? Doesn't sound too bad but I do know how to make a bitmap.
NOMAD
-
Jan 30th, 2002, 03:22 PM
#5
Fanatic Member
set the autoredraw property of your picturebox to true
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
|