If you use something like this(for loading the picture at runtime), then there will be no problem:
Code:
Picture1.Picture=Loadpicture(app.path & "\mypicture.jpg")
...