
Dim strPath As String
With CommonDialog1
.ShowSave
.DialogTitle = "Выберите файл..."
.Filter = "Bitmap Files (*.bmp) | *.bmp"
strPath = .FileName
End With
SavePicture Picture1.Picture, strPath
Dim strPath As String
With CommonDialog1
.DialogTitle = "Выберите файл..."
.Filter = "Bitmap Files (*.bmp) | *.bmp|"
.ShowSave
strPath = .FileName
End With
SavePicture Picture1.Picture, strPath
A.A.Z. писал(а):
- Код: Выделить всё
Dim strPath As String
With CommonDialog1
.DialogTitle = "Выберите файл..."
.Filter = "Bitmap Files (*.bmp) | *.bmp|"
.ShowSave
strPath = .FileName
End With
SavePicture Picture1.Picture, strPath
Algol писал(а):А почему здесь сохраняется начальное изображение. Мне то надо чтобы сохранялось измененное?![]()
Сейчас этот форум просматривают: PetalBot и гости: 4