Top "Openfiledialog" questions

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

Open File Dialog, One Filter for Multiple Excel Extensions?

I want to use an OpenFileDialog object to browse to an excel file. I would like to set the filter …

c# winforms openfiledialog
Obtaining only the filename when using OpenFileDialog property "FileName"

I am trying to include only the filename of the file I've selected in the OpenFileDialog in the label1.Text …

c# .net filenames openfiledialog
How to specify path using open file dialog in vb.net?

In the first start of my application I need to specify a path to save some files to it. But …

vb.net file directory openfiledialog
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 …

qt openfiledialog
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 …

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

c# wpf xaml mvvm openfiledialog
Good way to check if file extension is of an image or not

I have this file types Filters: public const string Png = "PNG Portable Network Graphics (*.png)|" + "*.png"; public const string Jpg = "…

c# file-extension openfiledialog filefilter
How do I get a single file name out of a File Dialog object in VBA (for MS Access 2007)?

How do I change my code to get the file name instead of the directory name? openDialog.InitialFilename gives me …

ms-access vba openfiledialog
Netbeans Shortcut to Open File

I remember seeing someone use a shortcut in NetBeans to open a dialog similar to phpStrom that can open files …

netbeans keyboard-shortcuts screenshot openfiledialog classname
How to get file extension from OpenFileDialog?

I want just get Image(.JPG,.PNG,.Gif) File from my OpenFileDialog How can I get file extension from OpenFileDialog? …

c# openfiledialog