hi all
im wanting to load a picture into a picturebox before i start with saving the image. but im stuck i cant figure out how to make the code wait.

Code:
cover.ImageLocation = file
              cover.Image.Save(path.Text & "mymovies-front.jpg", System.Drawing.Imaging.ImageFormat.Jpeg)
when i use the code above and chack the picture after save it shows me the "x" picture just before the picture is loaded

i have had a look at picture.waitonload but get the same problem aswell

can anyone help please