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

Re: Drawing.Graphics save/copy? by Alex

Alex
Tue Apr 04 14:05:57 CDT 2006

I've put together a code sample for you -
http://www.alexfeinman.com/download.asp?doc=ScreenCap.zip
It requires VS2005


"Hans" <info@tct.nl> wrote in message
news:44321d85$0$2030$ba620dc5@text.nova.planet.nl...
>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
>
>