I have this code
Dim bmp as New Bitmap(FileName )
How do I prevent FileName being locked?
I wish to delete it and remake it.
Dim bmp as New Bitmap(FileName )
How do I prevent FileName being locked?
I wish to delete it and remake it.
Comment