Advertisement

1 - 10 of 77 containing alltags:("openfiledialog") (0.001 seconds)
Hello, I was wondering if there is any way to use the OpenFileDialog control to select directories instead of files? Thanks, Tim
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...
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...
Zones: MS Visual BasicDate Answered: 02/09/2005 Grade: A Views: 25
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...
Zones: MS Visual BasicDate Answered: 02/14/2005 Grade: B Views: 0
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...
Zones: MS Visual BasicDate Answered: 04/18/2005 Grade: A Views: 0
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?
Zones: MS Visual BasicDate Answered: 07/20/2005 Grade: A Views: 0
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...
Zones: MS Visual C++Date Answered: 09/03/2005 Grade: A Views: 0
I need to popup an OpenFileDialog box from a button and populate a text control using c# with the selected file string.
Zones: ASP.Net ProgrammingDate Answered: 09/08/2005 Grade: A Views: 0
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...
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...
Zones: MS Visual BasicDate Answered: 01/13/2006 Grade: A Views: 0