i would like to add vaious things to a panel - a picture, some text, one or two other things. then save an image of that panel to disk. i'm currebtly doing this by using the paint event, then capturing the panel's Graphics object as a Bitmap and saving it.
this works fine for the part of the panel that is on the screen, but nothing else is drawn.
does anyone know a way around this? is there a way to force the panel to be painted off the edge of the screen?
this works fine for the part of the panel that is on the screen, but nothing else is drawn.
does anyone know a way around this? is there a way to force the panel to be painted off the edge of the screen?