Results 1 to 3 of 3

Thread: Save bitblt image?

  1. #1

    Thread Starter
    New Member
    Join Date
    May 2001
    Posts
    3

    Question Save bitblt image?

    Using the bitblt function, I have created a very basic program that copies an image from one form.picturebox to another and inverts it.

    Is there any way to save the new image?

  2. #2
    Megatron
    Guest
    Code:
    'BitBlt code here
    Picture2.Refresh
    SavePicture Picture2.Image, "C:\MyFile.bmp"

  3. #3
    Megatron
    Guest
    Also, make sure that the AutoRedraw property is set 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