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!
Printable View
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!
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
:D
Use the SavePicture() Method, specifying picturebox.Image, instead of picturebox.Picture.
Z.
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
set the autoredraw property of your picturebox to true