Page 1 of 1

MsgSplash

Posted: Thu May 14, 2020 9:36 am
by Otto
Dear Mr. Rao,
can we read the bitmap from resources? If yes would you be so kind to post a sample.
Best regards,
Otto

Re: MsgSplash

Posted: Thu May 14, 2020 11:36 am
by ukoenig
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 :D

Re: MsgSplash

Posted: Thu May 14, 2020 1:39 pm
by Otto
Uwe, Thank you.
Best regards,
Otto