Ver originalSystem.IO.FileStream fs = new System.IO.FileStream(ctRutaProgramas + "\\foto.bmp", System.IO.FileMode.Open);picFoto.Image = Image.FromStream(fs);fs.Close();