Top "Openfiledialog" questions

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

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 …

c# .net vb.net winforms openfiledialog
C# - How to customize OpenFileDialog to select multiple folders and files?

I have posted - How to use OpenFileDialog to select a folder?, I couldn't find the correct answer. So, I …

c# openfiledialog
Qt standard dialogs example: Open file

I'm beginning to learn Qt for use in one of my projects, and what I need to do is create …

qt user-interface openfiledialog qt-designer getopenfilename
Initial directory for OpenFileDialog

The file dialog has to open the last directory location that was used before it was shut down, but I …

c# winforms openfiledialog
Open a .txt file into a richTextBox in C#

I want to be able to open a .txt file up into a richtextbox in c# and also into a …

c# richtextbox global-variables text-files openfiledialog
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 …

c# openfiledialog windows-api-code-pack
Open File Dialog in Android?

Can I use OpenFileDialog in Android? I want to choose image from OpenFileDialog and save image to a SQLite database …

android openfiledialog
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> &…

javascript file-upload cross-browser openfiledialog
Alternative to FolderBrowserDialog

Is there an alternative for selecting folders in C#? Optimally I'd like to use the OpenFileDialog to select folders, or …

c# winforms directory openfiledialog folderbrowserdialog
How do I set the Initial Directory on an OpenFileDIalog to the users `Downloads` folder in C#

Ok so I have an OpenFileDialog and I want to set the initial directory to the users 'Download' folder. This …

c# openfiledialog