- Private Sub btn_datei_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btn_datei.Click
- 'Dim ofd As New OpenFileDialog
- ofd_01.Title = "Datei zum Entpacken öffnen..."
- If ofd_01.ShowDialog() = DialogResult.OK Then
- txt_OpenFileDialog.Text() = ofd_01.FileName
- Else : txt_OpenFileDialog.Text() = "Keine Datei ausgewählt"
- End If
- End Sub