Results 1 to 5 of 5

Thread: Saving a BMP in a picture box

  1. #1
    NOMADMAN
    Guest

    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!

  2. #2
    Lively Member jamieoboth's Avatar
    Join Date
    Oct 2001
    Location
    UK
    Posts
    116
    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)

  3. #3
    Zaei
    Guest
    Use the SavePicture() Method, specifying picturebox.Image, instead of picturebox.Picture.

    Z.

  4. #4
    NOMADMAN
    Guest
    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

  5. #5
    Fanatic Member riis's Avatar
    Join Date
    Nov 2001
    Posts
    551
    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
  •  



Click Here to Expand Forum to Full Width