Start from the Project tab Go to the File Menu, find the Picture you want to import - REMEMBER TO CHANGE THE FILE TYPES FROM ALL REALBASIC FILE TYPES TO ALL PICTURE FILE TYPES - click on the file
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