Click here to Skip to main content
15,922,533 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi guys, i have a requirement, I want to print the form in winforms . how can do the task in winforms. this is new requirement to me.

in my form , i have 10 textboxes with data. print the form with all textboxes.

Please help me.........
Posted
Updated 7-May-13 0:29am
v3
Comments
[no name] 7-May-13 7:05am    
http://www.codeproject.com/Articles/64628/Code-Project-Quick-Answers-FAQ

1 solution

A simple solution is to use Microsoft's free PrintForm component:

http://msdn.microsoft.com/en-us/library/bb690938.aspx[^]
http://www.microsoft.com/en-us/download/details.aspx?id=19674[^]

Good luck!
 
Share this answer
 
Comments
Maciej Los 7-May-13 16:48pm    
+5

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900