The OpenFileDialog is a (component) class in the .NET Framework that prompts the user to open one or multiple files.
0
votes
0answers
8 views
How to use css in extjs to modify the “browse files” button?
I have created a menu with extjs where you click on it and can see menu items dropping down. The first item is open. This button is supposed to open a file from file-dialog. But the only way I can ...
-1
votes
2answers
22 views
VB.NET get file name of selected file in OpenFileDialog - no path
I'm using the OpenFileDialog to open an Excel workbook, pass data from that workbook to another workbook, and then close the workbook I opened via OpenFileDialog. My problem is passing the data...how ...
0
votes
1answer
17 views
Lock openfile dialog to initialDirectory and not browse other folders
How do I in C# 'lock' the openfile dialog to only accept to browse from the default location and not any other location. In the code below one can browse any location.I want the user to only browse ...
0
votes
1answer
8 views
Extract Path From File Dialog
My app uses a 3rd party DLL for image processing, which opens a file dialog to choose an image file. For continuity and usability reasons, I use a separate thread to change the dialog after it appears ...
0
votes
1answer
17 views
How to filter by date in file openFileDialog | VB.NET
So, I have a program where you can load settings from using the Windows Explorer, opened by calling openFileDialog.
By default, all the files get filtered by their name. Can I make it so that upon ...
0
votes
5answers
67 views
Open text file, loop through contents and check against
So I have a generic number check that I am trying to implement:
public static bool isNumberValid(string Number)
{
}
And I want to read the contents of a textfile (only contains numbers) ...
0
votes
3answers
43 views
Open File Which is already open in window explorer
I am trying to open a file using OpenFileDialog.
if (openFileDialog1.FileName != "" && resultSaveDialog == System.Windows.Forms.DialogResult.OK)
{
...
2
votes
1answer
45 views
How to get directory of selected file?
I have a program where a user selects a file with an OpenFileDialog, I store that path (ofd.FileName) into a string FilePath, I need to get the name of the folder that the file is in, how do I do ...
0
votes
1answer
40 views
C# List text files in a listbox and let user open them in a textbox
I'am pretty new to C# and I want a listbox with all text files in a folder and if the user dubbleclicks on the listed file the file will display in a textbox.
I don't want to use the openFileDialog ...
0
votes
1answer
32 views
Opening File (Tkinter)
Im trying to make a Tkinter program that can open a file so far it opens a tk window that has an option that says File then a drop-down menu and it says open when you click it it opens a file window ...
0
votes
0answers
43 views
Alternative to OpenFileDialog with UNC path, directories select etc
I've spent couple of hours looking for a control (OpenFileDialog alternative) that would satisfy the following conditions:
Should work with UNC
User is able to pick both directories and files. E.g. ...
1
vote
1answer
48 views
C# folderBrowserDialog + openFileDialog Hiding path on checkedListBox
I have a checkedListBox; wich loads files inside a certain folder; to run/open when checked.
What i'm trying to achieve is to load the files inside the listbox; but without the path.
i.e:
...
0
votes
1answer
175 views
Reading a text file using OpenFileDialog in windows forms
I am new to the OpenFileDialog function, but have the basics figured out. What I need to do is open a text file, read the data from the file (text only) and correctly place the data into separate text ...
0
votes
4answers
90 views
How to save last folder in openFileDialog?
How do I make my application store the last path opened in openFileDialog and after new opening restore it?
OpenFileDialog openFileDialog1 = new OpenFileDialog();
openFileDialog1.Filter = "txt files ...
1
vote
4answers
42 views
'OpenFileDialog' doesn't take the value at the first time
When selecting a .dll file and press OK, the browsing dialog close and reopen. after it opens again and pressing OK, it take the values without any problem.
this is my code
private void ...
0
votes
0answers
65 views
Error using openfiledialog and saving in the database
I'm getting an error when I try to save an object in the database, but it only happens when I've an image loaded in a picture box, if I don't load any image it works perfectly and saves the object in ...
1
vote
2answers
98 views
How do I make it so that when the user clicks cancel, it cancels the dialog?
I have the following code:
Open File Code
OpenFileDialog ofd = new OpenFileDialog();
ofd.Title = "Open File";
ofd.FileName = "";
ofd.Filter = "Rich Text Files ...
0
votes
0answers
44 views
OFD in WPF using MVVM
I have the following code in my wpf code
<Canvas Height="688" Name="canvas1" Width="Auto" Background="#FFEFF5F5">
<Label Canvas.Left="44" FontSize="16" Padding="20,5,0,0" ...
1
vote
2answers
120 views
How do I show the name of the current open file in the Form title?
I'm making a text editor and I'd like to display the name of the current open file in the Form title (like Notepad does where it says "Untitled - Notepad" or " "File - Notepad").
I'm assuming this is ...
0
votes
4answers
94 views
How would I reference a variable obtained from a private function in another function?
I'm hoping someone can help me. I am relatively new and would like to understand how to pass the value of the variable in one class to another. In this case I would like to use numPage and filePath ...
0
votes
2answers
97 views
Display the name of the current open file in a Windows Form?
I am creating a basic text editing piece of software in C# using Visual Studio 2012.
I would like to display the name of the open file in a label.
Currently, my OpenFileDialog code consists of:
...
0
votes
0answers
18 views
Filter property being overridden in OpenFileDialog?
I just have a question. I have a simple file uploader, like this:
<telerik:RadUpload x:Name="radUpload"
Filter="Video Files (*.mp4;*.wmv;*.mov)|*.mp4;*.wmv;*.mov|Documents ...
1
vote
1answer
181 views
winapi openfiledialog c++
I use mingw, c++
I would like to open multiple files, something like this:
OPENFILENAME ofn;
ZeroMemory(&ofn, sizeof(ofn));
ofn.lStructSize = sizeof(ofn);
ofn.hwndOwner = hwnd;
ofn.lpstrFilter = ...
1
vote
1answer
114 views
visual studio 2012 opendialog stuck on default directory
I am writing a windows forms based application on visual studio ultimate 2012. I put in an opendialog in order to open and read a file. Here's the code:-
private void button1_Click(object sender, ...
0
votes
1answer
238 views
Exception “System.AccessViolationException” occurs when opening 'OpenFileDialog' in VB.Net (VS 2012)
I would really appreciate your help here. My application is as follows,
Operating System: Windows 7 64 Bit OS
Visual Studio: VS 2012
Application: VB.Net running on .Net framework 4
In my ...
4
votes
0answers
82 views
How can i create an OpenFileDialog with Radiobuttons? [duplicate]
Can someone tell me how can i create a OpenFileDialog window with Radiobuttons like this:
Thank for your answers !
1
vote
1answer
80 views
Obtain properties of a selected image
I'm writing in vb.net and I am using Visual Studio 2010 Professional
Okay, so I'm going to show my code, then explain what I need help with.
Imports System.IO.File
Imports System.IO.Directory
...
1
vote
0answers
150 views
Why doesn't my OpenFileDialog work?
I am trying to save and open a file which consists of a list of objects. My problem right now is that when I open the file I saved nothing happens. The program is supposed to use a dragTo event. When ...
0
votes
0answers
46 views
Organize / Align: Open File Dialogs in Visual Studio 2010
After removing a dialog, an empty space is left in between and there's no dockable property when moving them manually. Does anyone know of a way to reorganize them so they line up properly?
0
votes
3answers
250 views
Openfile dialogbox can get cancel to respond properly vb.net
Im trying to implement an openfile dialog box,its fairly sucessfull except if i choose toclick cancel the program I'm compileing throws an error, saying that file cant be found, which confuses me ...
0
votes
1answer
35 views
How can I add a paragraph between images?
I have been adding a range of buttons to a customUi menu in Word. One of the buttons imports one or more images form a library folder on a server, but I can't get it to put a paragraph return between ...
1
vote
1answer
63 views
How can I set OpenFileDialog to accept http:// as well as local files?
For a C# Forms app, I want to allow OpenFileDialog to return urls as well as local and network filenames. How can I set it to do that?
using (OpenFileDialog dlg = new OpenFileDialog())
{
...
-3
votes
1answer
73 views
How can I display an error which prevents the OpenFileDialog class from closing in C#? [closed]
I am creating a basic drawing program in which the user can open projects by clicking on a certain .png file in the class. I am using the System.Windows.Forms.OpenFileDialog class.
How can I make it ...
0
votes
3answers
118 views
openFileDialog DialogResult always shows NONE when opening .exe file
I am currently coding a "quickstart program" which lets you open an .exe file and start them whenever you click a button.
For this I used an openFileDialog to let the user open the desired .exe ...
0
votes
3answers
120 views
How to choose and open a file during runtime with C++?
At the moment I am creating an Editor for Textures and I want to choose the textures during runtime. Later I would like to choose the save directory for new textures.
I found the
How to: Open Files ...
0
votes
3answers
210 views
C# OpenFileDialog not opening file
I'm trying to use openFileDialog to open a Bitmap image and place it on my form. My form construtor...
public Form1()
{
InitializeComponent();
drawing = new ...
1
vote
2answers
129 views
Setting OpenFileDialog Restrictions
I have a Windows Form application and I use a custom control that allows users to select and save image. However I need to insert some restrictions. The easy one was to select only jpg files but now I ...
1
vote
0answers
73 views
How to avoid users choose files with an extension other than allowed ones?
I have an OpenFileDialog that has defined a Filter for allowed extensions(only image files like jpg, png and so on).
The issue is that our user can type . in file Name textbox and then this will ...
0
votes
1answer
212 views
Setting default folder for openfile dialog
I have a OpenFileDialog and I am trying to set the default folder. Initially I had it set to Environment.GetFolderPath(Environment.SpecialFolder.Personal) + @"\\new_folder1" and that worked well. ...
-2
votes
2answers
71 views
STA error in winform tool in c#
Am getting" Current thread must be set to single thread apartment (STA) mode before OLE calls can be made. Ensure that your Main function has STAThreadAttribute marked on it. This exception is only ...
6
votes
1answer
199 views
How do I customize the FileOpen dialog for >= Vista?
I'm looking to customize the Vista-like OpenFileDialog with custom WinForms and WPF controls. I know you can template the XP-like OpenFileDialog but that looks pretty ugly and doesn't satisfy my ...
0
votes
0answers
65 views
Show “virtual” folder in My Computer
My application connects to a service to send and receive data. I have the option of allowing my users to store their application configuration on the host server in an xml document. This allows them ...
0
votes
1answer
279 views
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:
I'm using both OpenFileDialog and FolderBrowserDialog in my code for browsing for files and directories ...
1
vote
1answer
58 views
Are multiple last used paths in a FileDialog possible?
I am developing a WPF application that needs to load and save images, videos, sounds and projects. Now I would like to have different "spaces" of last used directories, e.g.:
open project: initial ...
0
votes
1answer
93 views
Don't display filter extenstions in OpenFileDialog
Why don't filter extenstions display in OpenFileDialog? I tested this but the dialog does not show the DAT extenstion. If I get the DAT extenstion in the first of the list extenstion, then ...
0
votes
1answer
569 views
OpenFileDialog Filter Option Not Working
Since I put my OpenFileDialog into a BackgroundWorker, the Filter option no longer works.
I use to have this as a button click and it worked fine, with the exception of what every file I opened it ...
0
votes
2answers
75 views
OpenFileDialog looks different in different projects
I'm trying a sample application from the book Sams Teach Yourself WPF in 24 Hours. I have typed pretty much the same code as the one that I have downloaded from their website.
There's a part where it ...
0
votes
0answers
84 views
WPF MVVM navigation OpenFileDialog
I have page navigation with Page1 and Page2.Each page have own PageViewModel. In Page1 i want select files from directory and use the OpenFileDialog. Files from directory add to observable collection. ...
0
votes
1answer
155 views
how to change the image in the resource folder
I am a student studying c# and working on winform.
I have a winform which have a splashForm which loads its background image from the resources folder. and after the splash screen in the mainForm ...
0
votes
2answers
308 views
how to change the background image of a form using open file dialog on another form
i have a qruery that. i have a splash form that is my first form of the project and i want to change the background image of that form after that is closed. for example my software starts and after ...








