Tagged Questions
The folderbrowserdialog tag has no wiki summary.
11
votes
1answer
793 views
Using environment variable in a file path
I've got an environment variable set that points to a specific folder (call it MYFOLDER for example). When typing in %MYFOLDER%\SubFolder into windows explorer the subfolder appears. However, when I ...
8
votes
3answers
741 views
Required Dialog for selecting Multiple Files and Folders .NET
I thought it would be easy to find, I was wrong.
Dialog Requirements:
Can browse MULTIPLE FILES/FOLDERS in the same time.
Can be used in .NET windows forms.
FREE or can be used under GPL.
Works in ...
6
votes
1answer
483 views
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.
Same dialog shows selected folder visible on different computer
I ...
5
votes
7answers
12k views
Select folder dialog WPF
I develop WPF4 application and in my app I need to let user to select a folder where aplication will store something (files, generated reports etc.).
My requirements:
Ability to see standard folder ...
5
votes
4answers
529 views
WinForms: Why do I get InvalidCastException when showing folder browser dialog?
I am randomly getting InvalidCastException when showing FolderBrowserDialog and also many clients have reported this.
I have not been able to find anything relevant on the internet. Does anyone know ...
4
votes
4answers
1k views
What is the most common way to create a folder selection dialog using Delphi?
There doesn't appear to be a simple component available to create a folder selection dialog in Delphi 2009, although a file selection dialog is provided by way of the TOpenDialog.
What is the most ...
4
votes
3answers
2k views
Folder browse dialog with checkboxes?
I'm looking for the easiest solution to implement a folder browse dialog with checkboxes in front of the directories in my (C#) WinForms project.
I saw this kind of dialog in Vista in the backup ...
3
votes
3answers
216 views
SHBrowseForFolder, But With Textbox to Navigate
I found all the code I need to make SHBrowseForFolder work in my application. But I hate that it forces you to do everything in the little folder window, without a text box to navigate by typing.
In ...
3
votes
2answers
458 views
IFileSaveDialog - choosing folders in Windows 7
In Vista, I have been using an IFileSaveDialog to let users pick a "save-as" folder. Users export a folder of images, say, and need to choose a new or existing target folder.
Briefly, the code goes ...
3
votes
2answers
962 views
Can I change the title of my FolderBrowserDialog?
I'm curious and it could give my little app a nice finishing touch. Thanks!
2
votes
1answer
211 views
How to browse for folder on Windows AND OSX?
Usually, I use SHBrowseForFolder to support browsing for a folder... but I want to support both Windows and OSX.
I looked at:
System.IOUtils but didn't find any relevant function (maybe, I missed
...
2
votes
1answer
364 views
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 ...
2
votes
2answers
189 views
get exception when show System.Windows.Forms.FolderBrowserDialog in wpf
I tried to show folderbrowserdialog in wpf but I got this exception
Current thread must be set to single
thread apartment (STA) mode before OLE
calls can be made. Ensure that your
Main ...
2
votes
2answers
607 views
FolderBrowserDialog in wpf c#
I am using System.Windows; and System.Windows.Controls; so I can't use System.Windows.Forms; because there is a lot of controls like messagebox and list box...etc are common between them is there ...
2
votes
2answers
7k views
Using FolderBrowserDialog in WPF application
I have a WPF application that I need to have users access directories in. I have searched to the end of the world on how to integrate windows forms into WPF and have found all kinds of information on ...
2
votes
2answers
613 views
folderbrowserdialog on C# winforms
I am using folderBrowserDialog in my winform.
I need the default or initial path to be a network location.
for eg:
folderBrowserDialog1.SelectedPath = @"\\server1\foo\bar\";
This does not work. ...
2
votes
2answers
80 views
Where should an application's default folder live?
I'm creating a little app that configures a connected device and then saves the config information in a file. The filename cannot be chosen by the user, but its location can be chosen.
Where is the ...
2
votes
3answers
1k views
Using FolderBrowserDialog on a Removable Device / Removable storage
I'm working on a simple copy tool to copy files off digital cameras. I've written the file copy code, I've got everything hooked up nicely.
The issue I have seems to be with the FolderBrowserDialog. ...
1
vote
2answers
60 views
FolderBrowserDialog crashes the application
Whenever I call folderbrowserdialog.showDialog() my application crashes.
I'm using the code that worked before for me, so it CAN NOT be the code.
try
{
FolderBrowserDialog fbd = new ...
1
vote
1answer
118 views
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;
Thus, allowing the user to manually ...
1
vote
2answers
302 views
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 can ...
1
vote
2answers
105 views
Restricted FolderBrowserDialog, recommended solution
We want to prevent the 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't override anything ...
1
vote
2answers
170 views
How can I use the Browse for Folder dialog from a WPF app on Windows Server Core?
I've tried using the FolderBrowserDialog and that seems to work on my development machine. However, this is not supported on a Windows 2008 R2 Server Core. I tried running this code anyway - the ...
1
vote
2answers
1k views
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 ...
1
vote
3answers
736 views
Folder Browser Dialog
I am using Folder Browser Dialog in my application to select a folder. Now I want such a thing that in the folder there should be only html files nothing else to be selected. Like if we have open file ...
1
vote
4answers
1k views
c#: How to change title of FolderBrowserDialog using P/Invoke?
FolderBrowserDialog displayed a text "Browse For Folder" as the title.
This Link says that using P/Invoke we can do that. Whats that?
How to use P/Invoke for this?
Is there any other way also to ...
0
votes
2answers
53 views
Embed FolderBrowserDialog into Form
How can I embed the FolderBrowserDialog into my "form1"?
I don't want a popup dialog, how can I achieve this?
0
votes
2answers
57 views
How can I make this control (may a kind of FolderBrowser)
as you can see below picture,
This look like a filedialog and folderbrowser
this dialog can select only folder.(not file)
Is this custom control?? if then please give me advice how to make it.
...
0
votes
1answer
59 views
Visual Basic , code Cleaner
I am making a directory cleaner that uses the following code
Label2.Text = "Cleaned."
If CheckBox1.Checked = True Then
On Error Resume Next
Kill("C:\Nexon\Combat Arms\*.txt")
...
0
votes
2answers
171 views
Allowing IFileOpenDialog to pick a folder that doesn't exist yet
I'm trying to create a dialog to select a new folder to save files into. The IFileOpenDialog class works great except that it won't allow a new folder to be picked.
I.e. "Folder: ...
0
votes
0answers
58 views
Looking for a WinForms .Net Folder/File browser UI control for accessing WebDAV and SharePoint folders
I have a need to be able to browse and access WebDAV and SharePoint folders in a WinForms app.
I am aware of the following .Net libraries for accessing WebDAV folders. From what I can tell these do ...
0
votes
2answers
95 views
c# - folderBrowserDialog1 and Network Drive
Is there anyway to set the folderBrowserDialog to start in a set folder on a network drive? I know it takes Environment.SpecialFolders but I'm not seeing what I need in there...
0
votes
1answer
230 views
Select the default path of the FolderBrowserDialog in c# wpf
I am currently working on a C# WPF project. I have a FolderBrowserDialog in the System.Windows.Forms namespace. I am creating an instance of the dialog with a variable named dlg and assigning the ...
0
votes
1answer
36 views
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.
From the modal window I launch a folderBrowser (wanting to do it for each path to be ...
0
votes
1answer
365 views
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:
Current thread must be set to single thread ...
0
votes
1answer
124 views
Show links to folders in FolderBrowserDialog
Is it possible to make FolderBrowserDialog display links to folders? For example, if I'm pointing it at my desktop which contains links to other folders, the FolderBrowserDialog will not show them.
0
votes
0answers
250 views
How to set Editbox value from FolderDialog in visual studio setup project
I created a custom dialog using "VsdCustomText2Dlg.wid" and named it "TimeOutWorkingPath.wid".
This has a a browse button with two textboxes. The other two are set as invisible
I changed the width ...
0
votes
0answers
433 views
Open folder navigation when button clicked in Android App?
So I have the App User store images from my App to a folder that I programmatically created in the Android phone.
Say the path is /sdcard/mnt/Android/data/mypackage/images
To navigate to that folder ...
0
votes
2answers
342 views
Getting an exception as “The parameter is incorrect.\r\n” while moving file
I have written a code to move a file as follows
private void Move_Click(object sender, EventArgs e)
{
string strOrgpath = string.Empty, strNewpath = string.Empty;
...
0
votes
2answers
63 views
directory listing with restrictions
I am trying to make a script that lists only folders within a folder. The thing is that I have users who can create folders within their folders so basically what I'm trying to do is to have a way for ...
0
votes
2answers
184 views
How can I show a FolderBrowserDialog more than once?
In my Windows Form's Form_Load event, I want to show a FolderBrowserDialog to let the user select a directory, and if the directory they've selected is not valid (meaning it lacks certain files that ...
0
votes
1answer
273 views
Fileopen through the FolderBrowserDialog.. How?? HELP!
This is what i got now...
FolderBrowserDialog1.ShowDialog()
TextBox1.Text = FolderBrowserDialog1.SelectedPath
If FolderBrowserDialog1.SelectedPath = Nothing = True Then MsgBox("Select your ...
0
votes
1answer
369 views
Folder browse dialog not showing folders
I have created an application compiled with .NET 3.5. and used the
FolderBrowserDialog object. When a button is pressed i execute this code:
FolderBrowserDialog fbd = new FolderBrowserDialog ();
...
0
votes
1answer
415 views
How to Redraw or Refresh a screen
I am working on a wpf application. Here I need to use System.Windows.Forms.FolderBrowserDialog in my Wpf application.
System.Windows.Forms.FolderBrowserDialog openFolderBrowser = new ...
0
votes
2answers
204 views
input field for browsing folder
input field with type file used for browsing file .How to make it for browsing folder.
0
votes
3answers
487 views
How do I present an open folder selection dialog in Perl?
How do I open folder selection dialog in Perl?
0
votes
1answer
168 views
Not able to Print the folder path in EditBox- MFC
I am using the following function ..instead of CFolderDialog.. to get the folder path...check my code below....am getting a run time error when i try toprint the folder path name in a edit box..
...
0
votes
1answer
566 views
How to get the FolderPath in MFC application
I am using visual studio 2008...I am tryin to get the folder path for my output file in my design ...I know there is a class called CFolderDialog ..but its not working in my pgm..should I include any ...
0
votes
1answer
793 views
how can insert Browser control in MFC windows application?
i want create one simple windows form ,it just contain Editcontrol(textbox),Static Edit(label),Button (Name of Browse)..here i cannot implement browser control(to obtain filepath) in my form...i am ...
0
votes
2answers
277 views
Set FolderBrowserDialog to foreground
I'm creating an Basic MSI installshield installer. And for choosing instllation path i'm calling FolderBrowserDialog. Everything works OK except FolderBrowserDialog appers in background. I would like ...