IN FW I used
- Code: Select all Expand view RUN
ACTIVATE WINDOW oMenuWnd MAXIMIZED ;
ON PAINT (PalBmpDraw( hDC, ( oMenuWnd:nbottom - oMenuWnd:ntop )-220 , ((oMenuWnd:nright)-(oMenuWnd:nleft)-(350))/2, oBmp:hBmpPal ))
to display a bmpfile in the middle at the bottom of the screen.
In FWH I get an error:
- Code: Select all Expand view RUN
Error description: Error BASE/1004 Message not found: TBITMAP:HBMPPAL
How can I display a bmp in FWH?
Thanks,
Marc