I need a quick tutorial on how to use SetBitmapBits, GetBitmapBits, and GetObject to do the same functions as SetPixelV and GetPixel.
My code for GetPixel & SetPixelV:
How would I do the equivelant?Code:
a=GetPixel(myHDC,1,1)
SetPixelV myHDC2,1,1,a
Cheers,
Sastraxi
