hi all Dim openFile As New System.Windows.Forms.OpenFileDialog openFile.DefaultExt = "txt" openFile.Filter = "All File(*.*) |*.*" openFile.ShowDialog() i wante to give me multi choices pdf and doc and jpeg can u give me anther codes coz this program shoud be a one choice (all file) merci