Salve,
sapete se esiste un sistema per avere l'handle oWnd dell'applicazione in uso
o devo passarlo necessariamente come parametro dal modulo nel quale creo la finestra ownd ?
Moderator: Enrico Maria Giordano
FUNCTION PAINTBGBMP( oWnd, hDC, hBmp )
LOCAL aRct := GETCLIENTRECT( oWnd:hWnd )
LOCAL nTop, nLft, nWdt, nHgt
IF hBmp = 0; RETURN NIL; ENDIF
nTop := IF( oWnd:oBar = NIL, 0, oWnd:oBar:nHeight() - 1 )
nLft := 0
nWdt := aRct[ 4 ]
nHgt := aRct[ 3 ] - nTop - IF( oWnd:oMsgBar = NIL, 0, oWnd:oMsgBar:nHeight() )
PALBMPDRAW( hDC, nTop, nLft, hBmp, , nWdt, nHgt )
RETURN NIL
Return to All products support
Users browsing this forum: No registered users and 4 guests