Use a picture object to store the picture in memory when you load the form:
Dim picobject1 as picture
picobject1.picture=loadpicture("C:\test.jpg")
then when you want to display the picture in an image control or picture control:
image1.picture=picobject1 or
picture1.picture = picobject1