
Private Sub Command1_Click()
Dim File As String
CommonDialog1.Filter = "BMP (Windows Bitmap) |*.bmp|All Files (*.*) |*.*|"
CommonDialog1.CancelError = False
CommonDialog1.ShowSave
If File = "" Then Exit Sub
File = CommonDialog1.FileName
SavePicture Image1.Picture, File
End Sub
Private Sub Form_Load()
Command1.Caption = "Save &As..."
End Sub
Сейчас этот форум просматривают: нет зарегистрированных пользователей и гости: 4