The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
3 views

how to fo folder browse and upload in jsf primefaces

*Hi All, I have been searching web for this couple of days but could not find a solution. In my application, I need to develop a folder browser. Which means user should be able to browse and select a ...
-3
votes
0answers
23 views

Type path manually using folder browser dialog in C# [closed]

I want to type the path manually in folder browser dialog, like file browser dialog in C#
1
vote
1answer
43 views

C# folderBrowserDialog + openFileDialog Hiding path on checkedListBox

I have a checkedListBox; wich loads files inside a certain folder; to run/open when checked. What i'm trying to achieve is to load the files inside the listbox; but without the path. i.e: ...
0
votes
1answer
150 views

C# - WPF - getting folder browser dialog without using System.Windows.Forms?

I have this WPF app and I want to have there function of getting a directory path from the user. I would like to use some folder browser dialog but I don't want to implement it from ...
0
votes
1answer
54 views

Windows Forms FolderBrowserDialog hangs the application

With winforms, when I right click on a folder or try to delete a folder within the FolderBrowserDialog the window becomes irresponsive and I've to force-close it. Here's the code: private void ...
0
votes
1answer
51 views

FolderBrowser with textbox in VB.NET

I have a textBox which gets filled with a path, acquired from a database (but that's irrelevant). So I want to have a FolderBrowserDialog button where I open -> navigate through the folders and select ...
0
votes
0answers
14 views

The Setup or Installation hangs out when I want to show FolderBrowserDialog from a post installation event of windows service installation

I've added a Windows Service installer project as Custom/Primary Output in my SetUp project. But I see the installation hangs if I add the FolderBrowserDialog in post installation event. Following is ...
0
votes
2answers
82 views

How to create custom User Control derived from CommonDialog class

I would like to extend the FolderBrowserDialog to have the option to include subfolders for selected Folder (add Checkbox to set to include or not). I found out that I can't extend the basic ...
0
votes
0answers
65 views

C# Browse on remote computer works sometimes

I've a little problem that I'd hope you can help me solve. I'm using PinvokeWindowsNetworking to login on the remote computer on the same network so I can browse among its files and folders via its ...
0
votes
2answers
49 views

folderbrowserdialog access to path is invalid

Everytime i run the program it has an error that says access to the path is denied. i already check the folder allowed all users, unchecked the read only and still it wont work private void ...
0
votes
0answers
42 views

FolderBrowserDialog is killing the application on a particular XP machine but not Windows 7 machines

I have a VB.NET application that has been deployed on many windows 7 machines (both 32 and 64 bit) and a few XP machines with no problems. However, one particular customers XP machine is giving a ...
0
votes
0answers
83 views

File.browseForOpen method from AIR doesn't start in specified folder

i have a very simple air application that just asks the user to select a file and then opens a dialog to save the file. The problem that I have is that the browseForOpen dialog doesn't start in the ...
0
votes
1answer
143 views

how to use the browse folder dialog in console application

I created a program that monitors what happens to the files inside a directory. For example if I add a new file, it shows the path and the name of the new file. Though I coded it in Windows Forms, I ...
1
vote
1answer
182 views

Show detailed Folder Browser from a PropertyGrid

Please note it is not a duplicate question. How to show a detailed FolderBrowser as in the image below from a PropertyGrid (from the field/property which has ellipses ...) Using ...
1
vote
2answers
393 views

show text box in FolderBrowserDialog

how i can show textbox in FolderBrowserDialog like below image,
2
votes
1answer
77 views

Is it possible to override the default folder browser dialog in Windows?

For a while now I've disliked the default folder browser dialog in Windows: Granted, at least it has the text box with autocomplete; but if you go strictly with the tree view, it can take a lot of ...
0
votes
3answers
364 views

DialogResult with FolderBrowserDialog in WPF

First time I'm implementing a FolderBrowserDialog in WPF and I'm not loving it one bit... Aside from the issues I had figuring out that Windows.Forms wasn't referenced in my project, now I'm having ...
0
votes
1answer
278 views

FolderBrowserDialog with input field

I'm not sure what to google here in order to explain what I wish to do, so I'll try here: I'm using both OpenFileDialog and FolderBrowserDialog in my code for browsing for files and directories ...
0
votes
2answers
157 views

selecting files and saving it to the defined location using folder browse dialog

I had made this code for user to select a folder so that my two files will be copied to that. The code is this: string sourcePath = @"C:\Documents and Settings\akib\"; string fileName1 = ...
-3
votes
1answer
143 views

How can I use the folder browser that is used by VS2012 [duplicate]

Possible Duplicate: How do you configure an OpenFileDialog to select folders? My app uses the FolderBrowserDialog in Windows.Forms. I would prefer to use the folder browser used by VS2012 ...
0
votes
0answers
134 views

Setting root (initial) folder for SHBrowseForFolder

I'm trying to open a folder dialog with an initial folder set using SHBrowseForFolder, but unable to set the pidlRoot (IntPtr) correctly for some reason. The dialog opens in a default location, and ...
0
votes
1answer
168 views

How to keep a MessageBox window in the foreground in WPF

I need to show a folder dialog box so the user can select a path before my application runs. I have everything working fine but I can't seem to be able to keep the error MessageBox on the foreground. ...
0
votes
0answers
200 views

Setting FolderBrowserDialog.RootFolder as String, not enum

My app remembers the last selected/opened folder in a FolderBrowserDialog button control and save it in a public property. So in my form if I need to check which folder was selected by the user I ...
0
votes
0answers
172 views

vb.net change file directory after loadevent

I hope someone can help me. I have a WPF window that when launch it shows the users current %UserProfile% path then a folder, as there default directory path. I used Environment.CurrentDirectory = ...
0
votes
0answers
106 views

VBNET - Questions about a good FolderDialog

I use FolderBrowserDialog but it's totally crap, it's a ridiculous control for VisualStudio 2012!... I want to use a folder browser with the same good visual aspect like OpenFileDialog... And the ...
1
vote
1answer
926 views

How to construct path for mtp devices (usable in folder browse dialog)?

I implemented file transfer from windows pc to an android device, which is connected with MTP to the computer. The copy implementation is ready (I used this example: ...
2
votes
0answers
369 views

FolderBrowserDialog is closing my C# application automatically

I am developing my C# application in Visual C# Express 2010 and when i was opening the FolderBrowserDialog, it was opened fine and also i could able to get the folder name and files. The same ...
0
votes
0answers
194 views

FolderBrowserDialog is disabled in my VisualStudio 2012

I have ALL the dialogs disabled in my WPF form in VisualStudio 2012, and i don't know why... I need to use a FodlerBrowserdialog in a button, how can i create it? Please someone can give me a ...
1
vote
2answers
857 views

Folder browser dialog in Qt

Is there any way to open a folder browser dialog in Qt? When I use QFileDialog with Directory file mode, even if I specify the ShowDirsOnly option, I get the standard file dialog. I would prefer to ...
0
votes
1answer
132 views

How to show image icons in ViewList when user selects a folder from the FolderBrowserDialog?

So basically what I want is the user presses a browse button and a FolderBroswerDialog pops up. The user then selects a folder and the ViewList is then populated with all the images in that folder in ...
1
vote
1answer
265 views

Is it possible to use non-special folder as a FolderBrowserDialog's root folder?

FolderBrowserDialog.RootFolder Property is restricted to only special folder defined in the Environment.SpecialFolder enumerator. However in my applciation, we need to show this dialog, but the root ...
0
votes
0answers
223 views

C# FolderBrowserDialog how can i choose folder by directly copy and paste the directory

As the title, e.g. I need to set directory to C:\a\b\c\d\e\f\g\h\i I want to copy and paste the path instead of browsing from C:\ to the directory step by step. any simple solutions? Thanks!
2
votes
2answers
1k views

Alternative to FolderBrowserDialog

Is there an alternative for selecting folders in C#? Optimally I'd like to use the OpenFileDialog to select folders, or at least something similar to that.
0
votes
2answers
539 views

Is it possible to display a Folder dialog equivalent in JavaScript?

I am writing an MVC3/Razor application and one of the requirements is for files to be generated and saved on the click of a button. Generating the files and returning them to the browser as a ...
3
votes
4answers
2k views

How to use a FolderBrowserDialog from a WPF application with MVVM

I'm trying to use the FolderBrowserDialog from my WPF application - nothing fancy. I don't much care that it has the Windows Forms look to it. I found a question with a suitable answer (How to use a ...
0
votes
1answer
229 views

How do I save the last folder selected by the user?

I have this and this only saves the last folder used when the user closes the application and re-opens it. private void btnBrowse_Click(object sender, EventArgs e) { ...
0
votes
1answer
149 views

FolderBrowserDialog not recognised

Cannot get wpf project to reconise FolderBrowserDialog using System.Windows.Forms.Integration; using System.Windows.Forms; private void Button_Click_1(object sender, RoutedEventArgs e) { ...
0
votes
1answer
143 views

How do I list all files in the selected folder with FolderBrowserDialog?

I want to list all the files in a treeview with C++/CLI. The folder needs to be selected with FolderBrowserDialog.
1
vote
1answer
244 views

vb.net browse for folder description space is not enough

I am using the FolderBrowserDialog to allow the user to choose a folder where to store files. I am also using the description property to give the user tips as to where to ideally place such a folder. ...
1
vote
1answer
1k views

Using xcopy in VBS (With a Twist)

Okay, so here's the deal: I'm trying to put together a script that will perform a simple xcopy. The problem is I want the users to be able to browse for the source and destination folders. I've got a ...
2
votes
0answers
746 views

folderBrowserDialog on network location

I have a folderBrowserDialog on my form, where I set the selectedpath property to a network location as follow: folderBrowserDialog1.SelectedPath = @"\\" + serverName; this works fine, but when ...
1
vote
0answers
119 views

Select Mapped Devices with FolderBrowserDialog using Mono

Is there any way to allow FolderBrowserDialog to show up other devices or mapped drives in OSX? I Have a network mapped directory and it doesn't appear in the list.
1
vote
1answer
305 views

FolderBrowserDialog not showing up on second form

Ok, this is the main essence of what I am trying to achieve and the symptoms of what it is doing. I have a main windows form. On this form the user can click on a button that will open up a new and ...
0
votes
1answer
452 views

How to update a TextBox from a FolderBrowserDialog

I'm trying to use a FolderBrowserDialog in my WPF applciation to dictate source and destination folder paths. Currently, I have a bit of a hack as my solution: // Opens the FolderBrowserDialog and ...
0
votes
0answers
174 views

Popup window for file selection takes too long

I have this very simple code in a view, that show a button that open a pop-up window to select a file (folder browser dialog): @Html.BeginForm("Add", "Archivos", FormMethod.Post, new { id = ...
1
vote
1answer
217 views

SHBrowseForFolder text edit

I have some questions regarding SHBrowseForFolder(). I am using it with BIF_USENEWUI, BIF_RETURNONLYFSDIRS and BIF_VALIDATE. I am mainly having problems with the edit box. I'd like it to function a ...
0
votes
1answer
235 views

Apply xaml style for FolderBrowserDialog in WPF

I have a style Xaml which I use for styling my WPF windows. But the same style won't get applied for the FolderBrowseDialog which I use in my windows. This gives a weird UI difference between the ...
3
votes
1answer
608 views

FolderBrowserDialog C# SelectedPath always displayed at bottom

im opening a FolderBrowserDialog the following way: FolderBrowserDialog fbd = new FolderBrowserDialog(); fbd.Description = desc; fbd.SelectedPath = defaultPath; ...
0
votes
1answer
146 views

C++\cli Check if file can be created here, FolderBrowseDialog

I'm using a folderBrowseDialog to give the user the ability to choose where the program is going to save some files. there is a problem that the user can choose path that the application can not ...
1
vote
2answers
300 views

FolderBrowserDialog hangs in .Net installer project

I wrote a tool that should be called as part of a .Net installer project. It should ask the user for a directory and then update my config. I use the following code to show the file-chooser dlg: { ...

1 2 3