Hi Guys,
I meet a questions that I need hide the right click information, please see as below picture:
Image may be NSFW.
Clik here to view.1.I create a FolderBrowerDialog application
FolderBrowserDialog folder = new FolderBrowserDialog();
folder.Description = "This is just a test application";
folder.RootFolder = Environment.SpecialFolder.MyComputer;
folder.ShowDialog();
Image may be NSFW.
Clik here to view.
As you can see above picture, when you right click the "computer", it's will display the red box.....
Now, I'm asking the questions is that how we can hide the red box information??In others word, we need disable the right click function...
thank you very much....