Results 1 to 3 of 3

Thread: BitBlt

  1. #1
    Robcrowell
    Guest

    BitBlt

    Ok my question about BitBlt is this: i am making a program that when a user clicks a command button the image from a small picture box (picture2) is bitblted to a larger picture box (picture1). It is working fine, but i do not want picture2 containing the smaller image to be visible to the user. Is this possible? When i make it invisible it gives me the background of the form, and when i move the picture2 out of the visible area of the form it bitblts the stuff behind the form. thanks

  2. #2
    Good Ol' Platypus Sastraxi's Avatar
    Join Date
    Jan 2000
    Location
    Ontario, Canada
    Posts
    5,134
    [picturebox].AutoRedraw = True has to be set.

    Cheers from Canada
    All contents of the above post that aren't somebody elses are mine, not the property of some media corporation.
    (Just a heads-up)

  3. #3
    Robcrowell
    Guest

    thanks

    thanks, thats just what i needed. cant believe it was so simple

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