Hi,
I'm using an OpenFileDialog in my Windows Form. I would like this dialog to be read only.
The only thing I would like is that the user can open/load a file. I would like to be able to disable all the "right mouse click" events (delete, rename etc.)
Is this possible? If not is there another component I can use?
Thanks!