I\'m showing a FolderBrowser to the user in my application and then promotes him with a ShowDialog() which has m_dialog.Style = FolderBrowserStyles.ShowTextBox;
I want to achieve something like the following: Where I can select multiple folders across multiple drives and retrieve the folder paths of those selected.Qt only has a crude multi-folder selection
I have a main Windows form which launches a modal dialog to get some configuration values which are paths.
As show in this screen shot, the selected folder is not in the view. It needs to be scrolled down to view the selected folder.
It seems that I really am not good with multithreaded applications.I am trying to open a FolderBrowserDialog, but I was getting an exception telling me:
I\'m getting the following Exception when trying to use FolderBrowserDialog: System.Threading.ThreadStateException: Current thread must be set to single thread apartment (STA) mode before OLE calls ca
I am using System.Windows; and System.Windows.Controls; so I can\'t use Syste开发者_如何学Pythonm.Windows.Forms; because there is a lot of controls like messagebox and list box...etc are common betwee
We want to prevent th开发者_如何学运维e user from doing anything except selecting a folder. We don\'t want to allow him to delete files/folders, rename them, access the context menu, etc. But we can\'
Is it possible t开发者_如何学Pythono make FolderBrowserDialog display links to folders? For example, if I\'m pointing it at my desktop which contains links to other folders, the FolderBrowserDialog wi
Im trying to use the FolderBrowserDialog to select a folder in C#. At first I got a Thread exception, so I googled what was wrong and fixed that but now im stuck at a nother problem. I whant to know w