hai expert.........
I am using a PictureBox Control in Windows Application. while loading the image into the picture box control i am saving the image into a folder with a particular name, later i am saving another image to that folder with the same name. then it is giving error saying that the file is being used by other processes.
plaese give me a solution..........
thanks in advance........
Loading
Soumya SurendranPosted Oct 29, 2010, 7:00 AM
Suthish NairPosted Oct 29, 2010, 6:52 AM
end of story: problem got solved
Sam HobbsPosted Oct 29, 2010, 6:41 AM
Suthish NairPosted Oct 29, 2010, 6:22 AM
your post titile saying file is being used by other processes.
Soumya SurendranPosted Oct 29, 2010, 5:07 AM
i have solved the problem by using
pictureBox1.Image.Dispose();
Suthish NairPosted Oct 29, 2010, 4:29 AM
refer below..
link1, link2
Sam HobbsPosted Oct 29, 2010, 4:20 AM