String^ path = "C:\Users\Abu Bakr\Pictures\Photoshop\Thumbnail for zactonia.png";
Picture->Image = System::Drawing::Image::FromFile(path);
I am trying to make a slideshow program. This is my problem I cannot put the image inside the picture box.