How to import a picture into REALBasic

 
 

The picture will have the same name as the file. As in this example the picture is call Koala.

To use the picture drag a Canvas onto the Window

in the open Event of the Canvas write me.backdrop = yourPictureName

 
 

Run the program