Display bmp on window
Posted: Fri Sep 14, 2007 8:32 am
Hi,
IN FW I used
to display a bmpfile in the middle at the bottom of the screen.
In FWH I get an error:
How can I display a bmp in FWH?
Thanks,
Marc
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