Top "Openfiledialog" questions

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

Browsing file and getting filepath in entrybox in Tkinter

I am trying to make a simple GUI using Tkinter in python2, in which I need to make an entry …

python tkinter openfiledialog filedialog
OpenFileDialog/c# slow on any file. better solution?

I am opening a file using the OpenFileDialog in c# and I am noticing it is taking between 20-40 seconds …

c# winforms openfiledialog
Does OpenFileDialog InitialDirectory not accept relative path?

dialog is a OpenFileDialog class object, and I am using ShowDialog() method. When I use path containing relative path, like: …

c# relative-path openfiledialog
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?

.net winforms openfiledialog
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 …

delphi delphi-7 openfiledialog topendialog
Excluding file extensions from open file dialog in C#

I am trying to put a filter on my C# openFileDialog that excludes certain file extensions. For example I want …

c# visual-studio openfiledialog
C# Don't display filter extensions in OpenFileDialog

I have multiple extensions in the Filter property of OpenFileDialog. Is possible to hide the extensions and show only the …

c# openfiledialog