3
You probably do not need to delete the existing file but you probably must call Dispose explicitly for the file object that you used to write the image to previously. When writing to files, always call Flush before calling Close and/or Dispose, so to be safe, call Flush, Close and Dispose in that order.
0
thank you ...............
i have solved the problem by using
pictureBox1.Image.Dispose();
0
thank you gomathi....
while i am trying to delete the same msg "File is being used by other process" occures...plaese give me the code for that....
0
Hi friend,
have to delete the image first and save the new one
you have the answer in below link
http://stackoverflow.com/questions/1036115/c-gdi-overwriting-an-image-using-save-method-of-bitmap