Hi,
I have a problem with image access. I load a file:
MyBitmap = New Bitmap("test.jp g")
After that the user presses the appropriate button in order to replace the
image with a new one:
MyBitmap.Save(L astPlayedGame & ".jpg",
System.Drawing. Imaging.ImageFo rmat.Jpeg)
The error message says that the the file is used by an other process??????
What should I do in order to release the file after loading the image?
Aristotelis
I have a problem with image access. I load a file:
MyBitmap = New Bitmap("test.jp g")
After that the user presses the appropriate button in order to replace the
image with a new one:
MyBitmap.Save(L astPlayedGame & ".jpg",
System.Drawing. Imaging.ImageFo rmat.Jpeg)
The error message says that the the file is used by an other process??????
What should I do in order to release the file after loading the image?
Aristotelis
Comment