-
in the Open / Save As... common dialog windows, is it possible to disable the delete key? I just realized, much to my dismay, that in a program that I have already released, the user could accidentally delete the database while setting the program configurations :rolleyes:
I can't set the files as read-only because the the rest of the program won't work. Is there a Flags property or something else that I could use?
Thanks
Andrew
-
Do what I did - write your own file/folder requester. Your compiled .exe will be a lot smaller without CommonDialog too.
:)
-
I was planning on doing something similar with future projects and using an API call instead of the bulky common dialog control. But for the moment that does me no good since I don't have time to learn API right now. So if anyone has a clue about my first post, please clue me in since I have no clue at all.
Thanks
Andrew