Results 1 to 5 of 5

Thread: BitBlt

  1. #1

    Thread Starter
    New Member
    Join Date
    May 2002
    Posts
    6

    BitBlt

    I'm using BitBlt to copy an area of the screen to a picture box, and want to be able to save this. The problem I'm getting is that SavePicture saves whatever was in the picture box before it was blitted, and if you minimize the form, when you bring it back the blitted information is gone. Does anyone know how to fix this?

  2. #2
    Hyperactive Member
    Join Date
    Apr 2002
    Location
    uk
    Posts
    327
    SavePicture Picture1.Image, "filepath"

  3. #3

    Thread Starter
    New Member
    Join Date
    May 2002
    Posts
    6
    this does the same as SavePicture Picture1.Picture, "path" - which is save the image that was there before the picture object was blitted.

  4. #4
    Frenzied Member /\/\isanThr0p's Avatar
    Join Date
    Jul 2000
    Location
    They can't stop us! We're on a misson from God.
    Posts
    1,181
    try to set autoredraw = true
    Sanity is a full time job

    Puh das war harter Stoff!

  5. #5
    sql_lall
    Guest

    Question Try a MSGbox

    I don't know if what your doing can include one, but sometimes a Msgbox does strange things when Bitblt is used.

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