OpenFileDialog
Verfasst: 13.02.2013, 21:38
Code: Alles auswählen
With OpenFileDialog
.Filter = "Koordinaten-Datei (*.dat)|*.dat"
.FilterIndex = 1
.FileName = ""
.ShowDialog()
End With
Code: Alles auswählen
With OpenFileDialog
.Filter = "Koordinaten-Datei (*.dat)|*.dat"
.FilterIndex = 1
.FileName = ""
.ShowDialog()
End With