Multiselect property Sets or retrieves a Boolean value (Free speech web hosting)
Multiselect property Sets or retrieves a Boolean value indicating whether the user is allowed to select more than one file. OpenFile method Opens the file selected by the user, returning a Stream object. The file is opened in read-only mode. As Microsoft puts it: “The OpenFile method is used to provide a facility to quickly open a file from the dialog box. The file is opened in read-only mode for security purposes. To open a file in a read/write mode, you must use another call ” (See the “ShowDialog Method” entry.) ReadOnlyChecked property Sets or retrieves a Boolean value indicating whether the read-only check box is selected on the dialog box. RestoreDirectory property Gets or sets a Boolean value indicating whether the current directory is restored before the dialog closes. Its default value is False. ShowDialog method The OpenFileDialog class inherits from the FileDialog class, which in turn inherits from the CommonDialog class. This class has a ShowDialog method that shows the dialog box. Once the user has dismissed the dialog box, the FileDialog’s FileName and FileNames properties can be used to get the user’s choice(s). ShowReadOnly property Sets or retrieves a Boolean value indicating whether the dialog box contains a read-only checkbox. Title property Gets or sets a String value containing the title of the Open dialog box. Example The following code asks the user for one or more files and displays the filenames in the Output window: Dim fd As New OpenFileDialog( ) Dim i As Integer fd.Multiselect = True If fd.ShowDialog( ) = DialogResult.OK Then For i = 0 To UBound(fd.FileNames) Debug.WriteLine(fd.FileNames(i)) Next End If VB .NET/VB 6 Differences
Note: If you are looking for top 10 and very good webhost to host and run your jsp application check Actions jsp hosting services