Hi,
We need to build the functionality of Printing the current windows form screen. Any sample will be helpful.
Regards
Pradeep
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Mahesh ChandPosted Aug 4, 2005, 12:01 PM
huang kunPosted Aug 4, 2005, 7:53 AM
1.show the form
code:
Form1 form1 =new form1;
form1.show;
2 use GDI to prin$t