In my windows form application I\'m using the following method to assign images to my pictureBoxes.
pictureBox1.Image = Image.FromFile(path);
The