I am bliting directly to the form
like this
VB Code:
BitBlt Form1.hDC, 0, 0, 80, 65, _ Picture2.hDC, 0, 0, vbSrcAnd BitBlt Form1.hDC, 0, 0, 80, 65, _ Picture1.hDC, 0, 0, vbSrcPaint
It flickers like crazy..
I am using masking (?) but dont know how to incorporate a backbuffer.
Any tricks?
heres the project
Seahag




Reply With Quote