I have:
Dim formG As System.Drawing.Graphics
Dim Image1 As System.Drawing.Image
formG = Me.CreateGraphics
1. is it possible to get/copy/save the FormG into the Image1 like
Image1=FormG.Image or so?
2. is it possible to do it in the bmp format?
Hans