um what is wrong with my masking code here?
it just shows gray around the guy instead of cutting out the white.Code:BitBlt Picture1.hDC, 3 * 48, 3 * 48, 48, 48, imgmanmask.hDC, 2, 104, vbSrcAnd BitBlt Picture1.hDC, 3 * 48, 3 * 48, 48, 48, imgman.hDC, 2, 104, vbSrcPaint




Reply With Quote