DC to BMP
Posted: Wed Oct 07, 2020 8:03 am
Hi,
I get DC ( GetDC(hWnd) ) of one window and as a BRUSH for another window. How to do this ?
I get DC ( GetDC(hWnd) ) of one window and as a BRUSH for another window. How to do this ?
www.FiveTechSoft.com
https://fivetechsoft.com/forums/
Code: Select all
hBmp := WndBitmap( hWnd )
DEFINE BRUSH oBrush RESOURCE hBmp STRETCH
oYourWnd:SetBrush( oBrush )