how to use print controls? [modified]
-
i'm having a groupbox which has certain collection of controls in a WINDOWS FORM instead of printing the whole form i'm in need to print the data in that particular Groupbox alone... please give me u r suggestions..... - Thanks & Regards kumaresh -- modified at 7:56 Monday 15th October, 2007
-
i'm having a groupbox which has certain collection of controls in a WINDOWS FORM instead of printing the whole form i'm in need to print the data in that particular Groupbox alone... please give me u r suggestions..... - Thanks & Regards kumaresh -- modified at 7:56 Monday 15th October, 2007
Check the following link which will show you a reply related to the query about printing a complete Form. – http://www.codeproject.com/script/comments/forums.asp?msg=2271313&forumid=1646#xx2271313xx This reply uses PrintToBitmap function of Form to draw it on a bitmap file and then this bitmap is printed. Please know that same PrintToBitmap function is available for GroupBox control also. Use this function to draw it on a bitmap object and then print this bitmap, in the same way as it is explained in the above mentioned reply. I hope this helps:). However in case of any problem let me know. -Dave.
Dave Traister, ComponentOne LLC. www.componentone.com