18-08-2007, 11:29 AM
How come this works:
WHen this does not?
I do have encrypted gfx with zlib but I wouldn't think that would make a difference?
Code:
Call BitBlt(frmMirage.picInv(Q).hDC, 0, 0, PIC_X, PIC_Y + 32, frmMirage.picItemSetBMP.hDC, 0, 32, SRCCOPY)
Code:
Call TransparentBlt(frmMirage.picInv(Q).hDC, 0, 0, PIC_X, PIC_Y + 32, frmMirage.picItemSetBMP.hDC, 0, 32, 32, 64, RGB(0, 0, 0))
I do have encrypted gfx with zlib but I wouldn't think that would make a difference?