FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour MsgSplash
Posts: 6983
Joined: Fri Oct 07, 2005 07:07 PM
MsgSplash
Posted: Thu May 14, 2020 09:36 AM

Dear Mr. Rao,
can we read the bitmap from resources? If yes would you be so kind to post a sample.
Best regards,
Otto

Posts: 4043
Joined: Wed Dec 19, 2007 06:40 PM
Re: MsgSplash
Posted: Thu May 14, 2020 11:36 AM
Dear Otto,
it works like other BMP's from resources

function Main()

MsgSplash( ".\Bitmaps\Explorer.bmp" ) // from file
MsgSplash( "Movie" ) // from resource

return nil


regards
Uwe :-)
Since 1995 ( the first release of FW 1.9 )

i work with FW.

If you have any questions about special functions, maybe i can help.
Posts: 6983
Joined: Fri Oct 07, 2005 07:07 PM
Re: MsgSplash
Posted: Thu May 14, 2020 01:39 PM

Uwe, Thank you.
Best regards,
Otto

Continue the discussion