Ahora genera el bmp, pero este no es legible.
Este es el código
- Code: Select all Expand view
- hBmp := WndBitmap( oWnd:hWnd )
hDib := DibFromBitmap( hBmp )
DibWrite( cFileBmp, hDib )
He probado cambiando:
- Code: Select all Expand view
- hBmp := WndBitmap( GetDeskTopWindow() )
E Incluyendo:
- Code: Select all Expand view
- GloBalFree( hDib )
DeleteObject( hBmp )