D
David
Hello...
i found what if i load image from file to System.Drawing.Image img object,
and then assign this img to PictureBox.Image property and then trying to
delete this graphics file or rename it, it gives me en error of that the
file is unaccesseable even in WindowsExplorer it writes that the file is
used by another program...
I tried to use PictureBox.Image = null and even PictureBox.Dispose(), but
nothig helped....
maybe someone has other solution?
thnx...
i found what if i load image from file to System.Drawing.Image img object,
and then assign this img to PictureBox.Image property and then trying to
delete this graphics file or rename it, it gives me en error of that the
file is unaccesseable even in WindowsExplorer it writes that the file is
used by another program...
I tried to use PictureBox.Image = null and even PictureBox.Dispose(), but
nothig helped....
maybe someone has other solution?
thnx...