Hi!
How do you use a commonDialog box to save a picture. I am making a map editor that uses the bitblt function to add my tiles.
Printable View
Hi!
How do you use a commonDialog box to save a picture. I am making a map editor that uses the bitblt function to add my tiles.
Cmd1.ShowSave
If Cmd1.FileName <> "" Then
A = Cmd1.FileName
SavePicture Picture1.IMAGE, A
End If