In Windows Form, I would like to generate a calendar (in month view), I would choose the month, and then I would like to generate an image I could save.
I know MonthCalendar control, I know how it works but I don’t know how to get the image programatically. (of course, screengrabs are useless here, ;-)).
It is easy with the Control.DrawToBitmap() method. This worked fine: