What the right code to use to save an image with the dialog, tried below but doesn't work.
Thanks
Scott
Sub imsav_Click
saveDialog1.Show
ErrorLabel(err6)
FileOpen(c1,savedialog1.file,cWrite)
FileWrite(c1,image1.Image)
FileClose(c1)
Goto send6:
err6:
Msgbox("Not a supported file Type.")
send6:
End Sub
Thanks
Scott
Sub imsav_Click
saveDialog1.Show
ErrorLabel(err6)
FileOpen(c1,savedialog1.file,cWrite)
FileWrite(c1,image1.Image)
FileClose(c1)
Goto send6:
err6:
Msgbox("Not a supported file Type.")
send6:
End Sub