Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Simple BitBlt Question
#8
Public Declare Function BitBlt Lib "gdi32" (ByVal hDestDC As Long, ByVal x As Long, ByVal y As Long, ByVal nWidth As Long, ByVal nHeight As Long, ByVal hSrcDC As Long, ByVal xSrc As Long, ByVal ySrc As Long, ByVal dwRop As Long) As Long

Private Sub tmrPic_Timer()
BitBlt picPic.hDC, 0, 0, 32, 32, picItems.hDC, 0, 0, vbSrcCopy
End Sub

I just have 0's instead of the scrollbar value just to test getting it to show anything.
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)