|
-
Jun 26th, 2001, 09:18 PM
#1
Thread Starter
New Member
Newbie Bitblt Q
Sorry for wasteing your time, but this is driving me crazy...
I just used the normal bitblt modual and... this was my code..
Private Sub Command1_Click()
BlockWidthHeight = 20
Call BitBlt(GameArea.hDC, _
0, _
0, _
20, _
20, _
picBlockStrip.hDC, _
0, _
0, _
SRCCOPY)
End Sub
When i run it and picBlockStrip is visible it works fine... but I want picBlockStrip to be visible= false and when I run it with that it the GameArea remains blank. it I am referencing some code that also has an invisible source picbox and it works fine, but mine just wont work, what do I need to add to make it work?
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
|