hdcMem = GetDC (hWnd) ;
hBitmap = CreateCompatibleBitmap(hdcMem, 1200, 900) ;
ReleaseDC ( hWnd, hdcMem ) ;
this i'm told creates the surface, but i'm don't know where to go from there. Any help would be very much appreciated.
thanks
-King