codice:
PictureBox1.Image = Drawing.Image.FromFile(nomefile)
...
PictureBox1.Image.Dispose()
file.delete(nomefile)