I have recently migrated from VB6 to VB.NET, I was using this line of code:
But now the hdc is not a member of the picturebox.VB Code:
Call BitBlt(frmMain.picSelect.hdc, 0, 0, PIC_X, PIC_Y, frmMain.picBackSelect.hdc, EditorTileX * PIC_X, EditorTileY * PIC_Y, SRCCOPY)
Can anyone help me on this one?


Reply With Quote
