Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Item editor not showing pics...
#2
Make sure you has this:
Code:
Public Sub ItemEditorBltItem()
    Call BitBlt(frmItemEditor.picPic.hdc, 0, 0, PIC_X, PIC_Y, frmItemEditor.picItems.hdc, 0, frmItemEditor.scrlPic.Value * PIC_Y, SRCCOPY)
End Sub

Private Sub tmrPic_Timer()
    Call ItemEditorBltItem
End Sub

And the tmrPic (timer) set to interval for example 50.
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)