-
Print a Form .net
I was wondering if there is a quick way to print a form in .net. I just want an easy way to print the form. Main purpose is to print the labels on the form in the layout that i provided on the form without dealing with a lot of coding. Any help much appreciated.
I noticed there is no longer a print.form1 function as there was in vb 6.0, any work arounds?
-
Check out the print document class - in the print event you need to manage your data on the page (ie. when to break for another page - width and height wise, etc.).
I haven't found an easy way (besides alt+printscreen) :-)