0

I have a jpeg shown in a picturebox on my WinForm program, I want to save this to a jpeg file and have the standard 'Save' dialogue box so I can select a location, how can I do this in C#?

Thanks Steven

Steve Wood
  • 665
  • 5
  • 11
  • 15

1 Answers1

0

Read this post: save image files in C#

And then look here: http://msdn.microsoft.com/en-us/library/system.windows.forms.savefiledialog.aspx

Community
  • 1
  • 1
Nick
  • 25,026
  • 7
  • 51
  • 83