folderbrowserdialog
FolderNameEditor.FolderBrowser with FolderBrowserStyles.ShowTextBox - Automatically create new folder from TextBox.Text
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;[详细]
2023-04-06 04:44 分类:问答Qt - Selecting multiple folders/directories using a dialog
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[详细]
2023-03-28 04:35 分类:问答Keep modal window open when folderbrowser closes
I have a main Windows form which launches a modal dialog to get some configuration values which are paths.[详细]
2023-03-26 15:31 分类:问答Why FolderBrowserDialog dialog does not scroll to selected folder?
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.[详细]
2023-03-25 17:02 分类:问答Failed to set the specified COM apartment state
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:[详细]
2023-03-25 15:05 分类:问答Exception when using FolderBrowserDialog
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[详细]
2023-03-23 18:56 分类:问答FolderBrowserDialog in wpf c#
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[详细]
2023-03-19 04:12 分类:问答Restricted FolderBrowserDialog, recommended solution
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\'[详细]
2023-03-17 17:29 分类:问答Show links to folders in FolderBrowserDialog
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[详细]
2023-02-17 11:29 分类:问答C# threading a FolderBrowserDialog
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[详细]
2023-02-05 03:39 分类:问答