How to print a Window Form in C#
[1] Is there a distant substitute for the VB6 Form.Print() function in C#.NET?
[2] PROBLEM:
I need to print the active form. (Entire form not just the Client area).
Constraints: Incase the Form contains Tabpages. Then the all screen shots with each tab page as active should be taken. It is recommended to capture the unselected tab pages without visually moving to it from the selected tab page. (Using the Print Screen Functionality requires visual change so NOT A SOLUTION)
So What could be the solution to this problem (without using GDI32, User32 dlls)
SAM
Prabhat Samuel
|