Does anyone know how to save an activeform as a picture using VB.NET?
Anyone?
thanks,
JEFF
Printable View
Does anyone know how to save an activeform as a picture using VB.NET?
Anyone?
thanks,
JEFF
Hi,
This issue is covered in the Windows Forms FAQ at
http://www.syncfusion.com/faq/winforms/search/870.asp
Regards,
Davis
There has got to be a way to do that maybe without the bitblt call...
I tried some ideas, but couldnt get anything but a completely black image...hmmmmm... My goal is to find a way to do this....
Some of the methods of the graphics object hint at ways to do it like FromHwnd and FromHdc which you would think would create a graphics object of whatever has that hwnd or hdc...
argghh..gonna drive me nuts..