T
tarkan
Hi ,
Platform VB.Net
I have a form with a listview(filled with all the ".bmp" files on "c:\") and
a picture box.
The picturebox displays the image files which are in selected mode on the
listview .
My problem is, i get the "security_exception" error,when i try to delete the
selected files in the listview.
I use the "filesystemobject" to delete the file(s).
I try to dispose the images displayed by the picturebox but still the same
error is thrown.
I'm sure that all of the image files are in "normal mode", not "readonly".
Any suggestions!
Thanks.
Tarkan
Platform VB.Net
I have a form with a listview(filled with all the ".bmp" files on "c:\") and
a picture box.
The picturebox displays the image files which are in selected mode on the
listview .
My problem is, i get the "security_exception" error,when i try to delete the
selected files in the listview.
I use the "filesystemobject" to delete the file(s).
I try to dispose the images displayed by the picturebox but still the same
error is thrown.
I'm sure that all of the image files are in "normal mode", not "readonly".
Any suggestions!
Thanks.
Tarkan