VB image control in the presence of the image path problem

Users questions: I loaded the image using image control. The picture of the path in the program to see the full path of the local. If I am copying it to other machines on the program, the path will not change, so images to load can not go. So how should we do?
Experts answer:Image1.Picture = Load Picture (App.Path + "* complete image name") to project and save the picture in the same directory on it!
  • This information provided by the users.Thanks!