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:

Code:
a=GetPixel(myHDC,1,1)
SetPixelV myHDC2,1,1,a
How would I do the equivelant?

Cheers,
Sastraxi