Strange effect.
I make a copy of the screen and replace the screen of my FW window with it. Everything works. However, the image looks as if the screen resolution has decreased. What could it be ?
I make a copy of the screen and replace the screen of my FW window with it. Everything works. However, the image looks as if the screen resolution has decreased. What could it be ?
hWn:=GetDeskTopWindow()
winDC:=FWSaveScreen(hWn, 0, 0, ;
getdevicecaps(getDC(), 117), ;
getdevicecaps(getDC(), 118))
DEFINE DIALOG oLay PIXEL STYLE nOR(WS_POPUP)
ACTIVATE DIALOG oLay ON PAINT FWRestScreen(oLay:hWnd, winDC, 0, 0, ;
getdevicecaps(getDC(), 117), ;
getdevicecaps(getDC(), 118))