Discussion:
Disabling Copy/Paste and Delete in OpenFileDialog
(too old to reply)
VladSkaletsky
2009-11-18 14:38:52 UTC
Permalink
How I can disable Copy/Paste (include Ctrl/C - Ctrl/V) and Delete in
OpenFileDialog – C++

User should have possibility only select file or type file name.
Morten Wennevik [C# MVP]
2009-11-19 07:23:01 UTC
Permalink
Why? These added features do not affect your application in any way, it is
basically a tiny explorer window. While I rarely rename a file in this
dialog I like being able to when I feel the need.

Anyhow, the windows default Open/Save file dialog does not give you enough
control to turn off this feature.
--
Happy Coding!
Morten Wennevik [C# MVP]
Post by VladSkaletsky
How I can disable Copy/Paste (include Ctrl/C - Ctrl/V) and Delete in
OpenFileDialog – C++
User should have possibility only select file or type file name.
.
Alexander Petrov
2009-11-19 10:56:05 UTC
Permalink
Hello, you can try Dialog Workshop .NET components at www.componentage.com

CaOpenFileDialog component can disable delete/rename file operations.

Best regards,
Alex Petrov
ComponentAge Software
Post by VladSkaletsky
How I can disable Copy/Paste (include Ctrl/C - Ctrl/V) and Delete in
OpenFileDialog – C++
User should have possibility only select file or type file name.
Loading...