Top "Openfiledialog" questions

The OpenFileDialog is a (component) class in the .NET Framework that prompts the user to open one or multiple files.

C# OpenFileDialog Lock To Directory

I am making a software that needs to ONLY be able allow people to select files and folders using the …

c# .net directory-structure openfiledialog
How to code for cancel button in OpenFileDialog box

Whenever I am canceling the OpenFileDialog box. It's giving an error path is empty. My OpenFileDialog box Is there any …

c# winforms visual-studio-2010 openfiledialog dialogresult
Create filter on html file chooser dialog

Is there a way to show only .xxx files in the default file chooser dialog. xxx may be not-known file …

html openfiledialog
Open File Dialog Box

I'm learning Objective-C and trying to develop a simple zipper application, but I stopped when now, when I need to …

objective-c user-interface dialog openfiledialog gnustep
Openfiledialog Multiselect

I am using a multiselect file dialog to browse multiple pictures and add them to a datagridview then from there …

c# openfiledialog
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 …

.net openfiledialog
Default name with OpenFileDialog C#?

I set the default file name is answer_XXXXXX.csv in OpenFileDialog. But it displays like this. The default name "…

c# winforms default-value openfiledialog
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: …

c# forms openfiledialog folderbrowserdialog file-browser
Getting filesize from OpenFileDialog?

How can I get the filesize of the currently-selected file in my Openfiledialog?

c# openfiledialog
Select both files and folders using OpenFileDialog

I have researched a lot to find a suitable answer to this problem, but I am failing . I can see …

c# file directory openfiledialog