K
Kent Boogaart via .NET 247
Hi everyone,
This is my first post to this group . . .
Given an instance of System.Windows.Forms.Form, is it possiblefor me to take a "screen shot" of it as it would appear insidethe VS.NET designer? I want to do this without calling aconstructor or displaying the form anywhere on the screen. Iwould like to end up with a System.Drawing.Image instancecontaining the "screen shot" of the form.
Thanks for any help,
Kent
This is my first post to this group . . .
Given an instance of System.Windows.Forms.Form, is it possiblefor me to take a "screen shot" of it as it would appear insidethe VS.NET designer? I want to do this without calling aconstructor or displaying the form anywhere on the screen. Iwould like to end up with a System.Drawing.Image instancecontaining the "screen shot" of the form.
Thanks for any help,
Kent