lemonjuice
Programmer
How do I set a .bmp file as the background in my custom program. Can I do it in ObjectPal?
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
setDesktopPreference( prefProjectSection,
prefBackgroundName, "c:\\windows\\Coffee Bean.bmp" )
setDesktopPreference( prefProjectSection,
prefTileBitmap, TRUE )