Quantcast
Viewing all articles
Browse latest Browse all 12583

How to hide the right-click of FolderBrowserDialog control

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....


Viewing all articles
Browse latest Browse all 12583

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>