Hello,
I was wondering if there is any way to use the OpenFileDialog control to select directories instead of files?
Thanks,
Tim
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_20862048.html
Zones:
C#Date Answered: 01/24/2004 Grade: A Views: 0
Hi
I've written this OpenFileDialog script which opens a file up and shows the directory path of the file in the listView and textBox panel. What i want to do now, when the file path is displaye...
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_21055383.html
Zones:
C#Date Answered: 07/13/2004 Grade: B Views: 0
I'm trying to use OpenFileDialog to select files to work with
When trying to access the result (OpenFileDialog1.Filename) I get this error
Run-time exception thrown : System.Security.Security...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_21307580.htm...
Hi Experts,
I use VB 2005 Express Beta 1.
I have coded an application that needs to load a file. It is important that OpenFileDialog opens in the correct directory.
I use
OpenFileDialog...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_21310900.htm...
On my load event, I am using an OpenFileDialog to open a file. Sometimes, unfortuantly, the file it try's to open automatically, may not be there. I want to close the form out, if the open dialog...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_21392600.htm...
I have a open file dialog and it is used to select a image. I only want them to be able to select images that are 75px by 75px and less... Is that possible?
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_21497682.htm...
Hi,
I am writing an application, and i am facing some difficulties with the openFileDialog control.
Firstly, to get the filename that the user selected, I use:
System::String* filename = op...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_CPP/Q_21542890.html
I need to popup an OpenFileDialog box from a button and populate a text control using c# with the selected file string.
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_21552304.html
Hi
I have to deal with UNC file paths and am new to C#.
Although you can use the OpenFileDialog to allow the
user to navigate to a network drive, etc. I cannot find
out how to retrieve the...
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_21582016.html
Zones:
C#Date Answered: 10/04/2005 Grade: A Views: 18
I'm using the code below to open a file from the target directory and display it to a multi line textbox, I need help in getting stream reader to open the file so it can be appended... curser at th...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_21679944.htm...