Is it possible that I can choose which pictures files of the Image or PictureBox control to display during program runs instead assigning them during design time.

I tried to assign the file to the image control Pictures properties but the type is not match. Somehow, the properties is looking for a numeric data and not a string type which is the path of my pictures.

Thx.