I am designing an app and I want to attach some pictures to the VB forms I have used a picture box and the image is only visible before I debug . Once the debugging starts the images disappears.
Does any one know how to display the image when I run it. This is the code I used for the picture box but still no luck
PictureBox1.Image = My.Resources.tropical_island3
Look forward to hearing from you all
Kind Regards