CFileDialog
-
i m using CFileDialog object to open file dialog so user can select the files but i want to make disable the "delete" option if user right clicks on the selected file and tries to delete it.Also user cannot be able to delete the selected file by the key "delete" from key board. thanks ajmal ajmalsiddiqui
-
i m using CFileDialog object to open file dialog so user can select the files but i want to make disable the "delete" option if user right clicks on the selected file and tries to delete it.Also user cannot be able to delete the selected file by the key "delete" from key board. thanks ajmal ajmalsiddiqui
See this[^] Rob Manderson I'm working on a version for Visual Lisp++ My blog http://blogs.wdevs.com/ultramaroon/[^]
-
i m using CFileDialog object to open file dialog so user can select the files but i want to make disable the "delete" option if user right clicks on the selected file and tries to delete it.Also user cannot be able to delete the selected file by the key "delete" from key board. thanks ajmal ajmalsiddiqui
I think that you'll have to subclass CFileDialog to handle these things. Marc Soleda. ... she said you are the perfect stranger she said baby let's keep it like this... Tunnel of Love, Dire Straits.
-
I think that you'll have to subclass CFileDialog to handle these things. Marc Soleda. ... she said you are the perfect stranger she said baby let's keep it like this... Tunnel of Love, Dire Straits.
hi what a good reply thanks for this. I m using CFileDialog class object but on domodal i want to restrict the user to modifify the files those are veiwed in filedialog.Actually i want that user can only veiw the files and can copy by mouse right click but not cut and del. bye ajmal ajmalsiddiqui