Results 1 to 4 of 4

Thread: Need help with BitBlt

  1. #1

    Thread Starter
    New Member
    Join Date
    Oct 2000
    Posts
    12

    Unhappy

    I have recently discovered Bitblt and Stretchblt, they are great. However, something caught my attention... You cannot bitblt an invisible object, so I tried to load one in from another file. I couldn't get this to work. My question is, how can you make bitblt work in such a way that you don't have to have the picture being bitblt'ed on the screen? Or am I using the wrong API?
    Building a better gaming world through VB.

  2. #2
    Frenzied Member Vlatko's Avatar
    Join Date
    Aug 2000
    Location
    Skopje, Macedonia
    Posts
    1,409
    What do yoy mean You cannot bitblt an invisible object. I have made a piciewer and i bitblt the picture that is inside an Invisible Picture Box. It Works.
    To bad this doesn't work in VC++.
    I am become death, the destroyer of worlds.
    mail:[email protected]

    • Visual Basic 6.0 & .NET
    • Visual C++ 6.0 & .NET
    • ASP
    • LISP
    • PROLOG
    • C
    • Pascal

  3. #3
    Fanatic Member Mad Compie's Avatar
    Join Date
    Aug 2000
    Location
    Kuurne (Belgium)
    Posts
    553
    Set the AutoRedraw property of a picture box to True and make it invisible. The picture will remain after the form loads...

  4. #4

    Thread Starter
    New Member
    Join Date
    Oct 2000
    Posts
    12
    Okay Thanks.
    Building a better gaming world through VB.

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