My C# Learn Problem

China
February 4, 2012 1:22am CST
I'm coding a program,I create a picturebox tool.I put a label and a picturebox in it.I want to save the parent picturebox as a JPG image.How can I do?
1 response
@owlwings (43915)
• Cambridge, England
4 Feb 12
There are no end of tutorials on the Internet dealing with almost any problem you can imagine. Just a very quick search brought up this page which I think has all the information you currently need: http://www.switchonthecode.com/tutorials/csharp-tutorial-image-editing-saving-cropping-and-resizing There may be many others which would explain it in a way that suits you better. The search term I used was 'saving image as .jpg in Visual C#' but you should vary this to search for exactly what you want to know.