- Код: Выделить всё
Dim OpenFileDialog1 As New OpenFileDialog
With OpenFileDialog1
.Filter = "exe files (*.exe)|*.exe|bmp files (*.bmp)|*.bmp"
А можно ли сделать так, что бы показывались не один и не все а только два или три типа ?
Спасибо
Dim OpenFileDialog1 As New OpenFileDialog
With OpenFileDialog1
.Filter = "exe files (*.exe)|*.exe|bmp files (*.bmp)|*.bmp"
You can add several filter patterns to a filter by separating the file types with semicolons, for example, "Image Files(*.BMP;*.JPG;*.GIF)|*.BMP;*.JPG;*.GIF|All files (*.*)|*.*"
Сейчас этот форум просматривают: нет зарегистрированных пользователей и гости: 14