... 2 ), sizeof( BITMAP ), ( LPSTR ) &bmp ) ; StretchBlt( hdc, rct.top, rct.left, rct.right-rct.left+1, rct.bottom-rct.top+1, hDcTemp, 0, 0, bmp.bmWidth, bmp.bmHeight, raster ) ; DeleteObject( SelectObject(hDcTemp, hOld) ) ; DeleteDC(hDcTemp) ; } Sin embargo, es curioso que el código FW no funciona ...