|
-
Nov 4th, 2000, 07:47 AM
#1
Thread Starter
New Member
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.
-
Nov 4th, 2000, 08:30 AM
#2
Frenzied Member
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++.
-
Nov 4th, 2000, 08:57 AM
#3
Fanatic Member
Set the AutoRedraw property of a picture box to True and make it invisible. The picture will remain after the form loads...
-
Nov 4th, 2000, 09:01 AM
#4
Thread Starter
New Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|