IN FW I used
Code: Select all
ACTIVATE WINDOW oMenuWnd MAXIMIZED ;
ON PAINT (PalBmpDraw( hDC, ( oMenuWnd:nbottom - oMenuWnd:ntop )-220 , ((oMenuWnd:nright)-(oMenuWnd:nleft)-(350))/2, oBmp:hBmpPal ))
In FWH I get an error:
Code: Select all
Error description: Error BASE/1004 Message not found: TBITMAP:HBMPPAL
Thanks,
Marc