Hi,
I get DC ( GetDC(hWnd) ) of one window and as a BRUSH for another window. How to do this ?
Hi,
I get DC ( GetDC(hWnd) ) of one window and as a BRUSH for another window. How to do this ?
hBmp := WndBitmap( hWnd )
DEFINE BRUSH oBrush RESOURCE hBmp STRETCH
oYourWnd:SetBrush( oBrush )Thank you, it works !
I tried doing the same with FWRestScreen() and FWSaveScreen(). Also work