Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

69
votes
13answers
33k views

How do you configure an OpenFileDIalog to select folders?

In VS .NET, when you are selecting a folder for a project, a dialog that looks like an OpenFileDialog or SaveFileDialog is displayed, but is set up to accept only folders. Ever since I've seen this ...
19
votes
3answers
9k views

WPF OpenFileDialog with the MVVM pattern?

I just started learning the MVVM pattern for WPF. I hit a wall: what do you do when you need to show an OpenFileDialog? Here's an example UI I'm trying to use it on: When the browse button is ...
17
votes
3answers
7k views

Open File Dialog MVVM

Ok I really would like to know how expert MVVM developers handle an openfile dialog in WPF. I don't really want to do this in my ViewModel(where 'Browse' is referenced via a DelegateCommand) ...
17
votes
7answers
10k views

Select either a file or folder from the same dialog in .NET

Is there an "easy" way to select either a file OR a folder from the same dialog? In many apps I create I allow for both files or folders as input. Until now i always end up creating a switch to ...
10
votes
3answers
469 views

Bringing JFileChooser on top of all windows

I seem to have a problem with my very simple implementation of a file chooser dialogue that requires me to minimize Netbeans each time in order to get to it, and it gets pretty frustrating specially ...
8
votes
3answers
737 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 ...
8
votes
4answers
2k views

Why does OpenFileDialog change my working directory?

Why does OpenFileDialog change my working directory? Should i assume many func in System.Windows.Forms will change my working directory? OpenFileDialog open = new OpenFileDialog(); ...
7
votes
3answers
231 views

Any way to circumvent “Dialogs must be user-initiated” exception?

My app has a 'open file' button. Before launching the OpenFileDialog, it asks whether the user wants to save the current file, and if they do, it launches a SaveFileDialog. It then launches the ...
7
votes
2answers
1k views

Why the current working directory changes when use the Open file dialog in Windows XP?

I have found an strange behavior when use the open file dialog in c#. If use this code in Windows XP the current working directory changes to the path of the selected file, however if you run this ...
7
votes
3answers
3k views

Setting the start position for OpenFileDialog/SaveFileDialog

For any custom dialog (form) in a WinForm application I can set its size and position before I display it with: form.StartPosition = FormStartPosition.Manual; form.DesktopBounds = MyWindowPosition; ...
6
votes
1answer
379 views

I can't get Delphi Context-sensitive help working in open and save dialogs

I have a Delphi 2006 app with a CHM help file. It all works OK except that I cannot get any help to connect to the "Help" button on the TOpenDialog and TSaveDialog. A simple program demonstrating ...
6
votes
3answers
3k views

Delphi 7 and Vista/Windows 7 common dialogs - events do not work

I'm trying to modify the Delphi 7 Dialogs.pas to access the newer Windows 7 Open/Save dialog boxes (see Creating Windows Vista Ready Applications with Delphi). I can display the dialogs using the ...
6
votes
3answers
1k views

When does Microsoft.Win32.OpenFileDialog.ShowDialog() return null?

OpenFileDialog's ShowDialog method returns a nullable boolean, set to true if the user clicked OK or false if he clicked Cancel. When does it return null? The documentation does not say.
5
votes
1answer
116 views

Windows dialogs with large fonts

I'm consulting on a large .Net winforms project that has to be able to run in "Touch" mode so it can be operated using a touch screen interface. The application architecture already contains scaling ...
5
votes
4answers
182 views

Should I implement File Dialog as Singleton?

I'm developing a swing based application where I'm using many FileDialogs? So I say why not to make just one FileDialog object instead all of these instances and use it in the whole project? Is this a ...
5
votes
1answer
2k views

can the Open File dialog be used to select a Folder?

The "Browse For Folder" Windows dialog is very inconvenient because: it has no Path box where I can paste the path I want (eg from Total Commander) it always starts from the Desktop with everything ...
5
votes
3answers
405 views

Filtering the files shown in OpenFileDialog based on content?

Is there a way to modify the behavior of the OpenFileDialog so that it looks inside the files in the folder it opens to and then ignores certain ones based on their content? One example would be to ...
5
votes
3answers
988 views

Changing/Adding controls to the windows Open/Save common dialog

Is there a way of changing/adding to the windows Open/Save common dialog to add extra functionality? At work we have an area on a server with hundreds of 'jobfolders'- just ordinary windows folders ...
4
votes
1answer
86 views

Can you add your application to the places bar in the OpenFileDialog?

I have noticed on Vista/7 that when the OpenFileDialog is used in some applications (e.g. MS Word, Visual Studio) it also contains the application itself in the places bar with a list of favourite ...
4
votes
1answer
146 views

Why does OpenFileDialog freeze WinForms app on a specific machine?

I have a WinForms app deployed to multiple machines in the same office. Up until this Monday, all users in the office used the app without issue and used the OpenFileDialog to select files to import. ...
4
votes
2answers
290 views

OpenFileDialog Multiselect problem

I have standart OpenFileDialog var openFileDialog = new OpenFileDialog { DefaultExt = "mpo", Filter = "Image file |*.mpo", Multiselect = true, RestoreDirectory = true, }; and when i ...
4
votes
4answers
2k views

Open file input dialog and upload onchange possible in IE?

This is basically and simplified what I have now: <style> form.noshow { height: 0; overflow: hidden; } </style> <form class=noshow target="SomeIframeThatExists"> <input ...
4
votes
4answers
523 views

Open multiple files using OpenFileDialog

i'm trying to open multiple files at once with the OpenFileDialog, can any one help me on this?
4
votes
1answer
559 views

WPF Open FIle Dialog theme

I'm using Microsoft.Win32.OpenFileDialog in my WPF application for selecting file: var dlg = new Microsoft.Win32.OpenFileDialog { Title = "Select configuration", DefaultExt = ".xml", ...
4
votes
4answers
438 views

c# how can I show “Open with ”?

Hi Is there any simple way to open a "Open with" file dialog ??
4
votes
2answers
729 views

How do I use the OpenFileDialog class such that it opens on the Network area as default?

How do I use the OpenFileDialog class (in C#, WPF etc.) such that it opens on the Network area as default? This does not work: OpenFileDialog openFileDialog1 = new OpenFileDialog(); ...
4
votes
2answers
286 views

Remove places bar in OpenFileDialog C#

Is there a way to do it?
4
votes
2answers
345 views

Can the .NET OpenFileDialog be setup to allow the user to select a .lnk file

I want to show a dialog that will allow the user to select a shortcut (.lnk) file. My problem is that the dialog tries to get the file/URL the shortcut is pointing to rather then the .lnk file itself. ...
4
votes
3answers
1k views

C# OpenFileDialog Non-Modal possible

Is it possible to create/have a non-modal .net OpenFileDialog I have a UI element in the main dialog which always need to be available for the user to press.
4
votes
3answers
1k views

Increase number of characters in filename field of GetOpenFileName file selection dialog

Our app allows multiple files to be selected in a file selection dialog which is shown via the GetOpenFileName function (this question also applies to folks using CFileDialog, etc...) There appears ...
3
votes
3answers
60 views

C# Don't display filter extenstions in OpenFileDialog

I have multiple extensions in the Filter property of OpenFileDialog. Is possible to hide the extensions and show only the description? Sample: dialog.Filter = "Image files|*.bmp;*.jpg; many image ...
3
votes
5answers
48 views

How can I prevent an exception when I cancel an openfiledialog?

My program has a button which when clicked opens an openfiledialog to choose a picture: private string ChoosePicture() { fDialog.Title = "Select Picture"; ...
3
votes
3answers
73 views

not able to see all file type images at a time when button clicked

I am using the below code to upload the image files from the system hard disk.... private void btnAddimage_Click(object sender, EventArgs e) { openFileDialog1.FileName = @"C:\"; ...
3
votes
3answers
745 views

Native File Open/Save Dialog (without Windows Forms or WPF)

How to import and use native Open file dialog? Does I have any benefits of it in application that not use Windows Forms nor WPF? Or just reference it?
3
votes
2answers
756 views

Silverlight Open File

If i've got a filepath that the current browsers computer can access. Is there anyway that a silverlight application can open that file? I dont want to run out of browser if possible as well. Thanks ...
3
votes
5answers
5k views

Is there an Open File dialog for Access 2010 64bit?

How do I get an Open File dialog for Access 2010 64bit? Normally I would use the common dialog control but that is 32bit and cannot be used with Access 2010 64 bit.
3
votes
2answers
487 views

Why is a NullReferenceException thrown when a ToolStrip button is clicked twice - openFileDialog.showDialog()?

I created a clean WindowsFormsApplication solution, added a ToolStrip to the main form, and placed one button on it. I've added also an OpenFileDialog, so that the Click event of the ToolStripButton ...
3
votes
2answers
434 views

Restrict user to a particular directory in OpenFileDialog

Is there anyway I can restrict user to select files from only a particular directory in C#? I mean it shouldnot allow to browse for other folders... Cheers
3
votes
2answers
568 views

Trying to open a file dialog using the new IFileDialog and IFileOpenDialog interfaces in C# with minimal code

I'm trying to display a standard open file dialog that can select folders, using the IFileOpenDialog interface in C#, Visual Studio 2010. I'm trying to use the minimal code, so I've only defined the ...
3
votes
2answers
2k views

How does one use OpenFileDialog in C# in visual Studio 2010

I have written a custom dialog (form) that I can use in a C# program that behaves much like a "File - Open" menu command and brings up a window where a user can select a file or directory. The ...
3
votes
1answer
188 views

How to disable automatic appending of wildcard pattern in Vista file open dialog

I'm using a file open dialog to chose image files for further editing. The filter list contains an "All supported formats" entry which represents a long list of file formats. Since Vista automatically ...
3
votes
2answers
836 views

Stackoverflow/CLR Error in C# OpenFileDialog

The code below is one (of three) examples of my grief. It is a simple OpenFileDialog() call which causes the program to crash. On XP, the crash occurs if the dialog stays open for several seconds. ...
3
votes
1answer
1k views

changing button text in OpenFileDialog in C#.net

Does anyone knows how to change text on button in OpenFileDialog in Windows.Forms in C#.NET?
3
votes
4answers
2k views

Getting filesize from OpenFileDialog?

How can I get the filesize of the currently-selected file in my Openfiledialog?
3
votes
1answer
8k views

Opening multiple files (OpenFileDialog, C#)

i'm trying to open multiple files at once with the OpenFileDialog, using FileNames instead of FileName. But I cannot see any examples anywhere on how to accomplish this, not even on MSDN. As far as I ...
3
votes
5answers
491 views

Open Dialog preserving settings

How does one preserve the settings in the Open Dialog box? For example, I would the Open Dialog to remember that I chose the Details view and sorted by date modified.
2
votes
2answers
117 views

How can I make CommonOpenFileDialog select folders only, but still show files?

I am using Microsoft's CommonOpenFileDialog to allow users to select a Folder, but no files are visible when the dialog comes up. Is it possible to show files as well as folders when IsFolderPicker is ...
2
votes
1answer
63 views

How to know the number of Files opened by OpenFileDialog

I can retrieve the names of individual files and also I can use count in the looping code to get the required value, but is it possible to know this without the iteration. Perhaps, a Property is ...
2
votes
1answer
37 views

OpenFileDialog.FileFilter strange behaviour

In my app I have an OpenFileDialog with a filter like this: Image Files|*.bmp;*.png;*.gif|All Files|*.*. On my machine the filter in the dialog is displayed as it should be: Image Files All Files ...
2
votes
1answer
165 views

OpenFileDialog does not show complete filename in Windows 7

OpenFileDialog does not show complete filename in Windows 7. The problem is also reported connect.microsoft.com. There is also a work around by setting openFileDialog.AutoUpgradeEnabled = false. But ...

1 2 3 4 5