If i have a program which draws rectangles, circles and lines and i want to save the picture which the user has drawn on the form using SaveFileDialog, how would this be done?
I know how to save a text file using SaveFileDialog, just not sure how to save the form.
you can try this….
It will save form content as bitmap with SaveFileDialog