Is it possible to programatically block users for accesing the context menu on files listed after showing an openfiledialog control that comes with the .net framework?
The intent is to block them from accessing "open" or "open with" and only allow them to pick a file from the list.
My only other idea is to build my own control instead of using System.Windows.Forms.OpenFileDialog