Hi I have Labels in my Windows Form displayed as
Label1 : Data 1
Label2 : Data 2
I also have an Image on the form.
I need to Create a Bitmap file which would be like a snapshot of the
forms screen having the labels and the image as is shown in the
screen. The BitMap file would consist of the labels and also with an
image Embedded in it.
I hope i was able to convey my needs.
I am developing my application in VB.NET.
Any help would be highly appreciated.
Regards
Raj
ClayB - 22 Mar 2007 21:51 GMT
Here is one way you can create a bitmap of a form.
http://www.syncfusion.com/faq/windowsforms/search/870.aspx
====================
Clay Burch
Syncfusion, Inc.
rajendra.mishra@gmail.com - 22 Mar 2007 23:06 GMT
> Here is one way you can create a bitmap of a form.
>
[quoted text clipped - 3 lines]
> Clay Burch
> Syncfusion, Inc.
Thanks for the Reply... was able to do it.....