Recommendations for creating and printing a form on a A4 paper?
-
Hello everyone. I want to develop a small application in Windows Form Application using VS Community 2015. I need to create some forms and then export them in a pdf file for printing. The problem is that I have to create the form to fit exactly in a A4 paper width and height. What tools do you recommand me to use or which do you think is the best approach?
-
Hello everyone. I want to develop a small application in Windows Form Application using VS Community 2015. I need to create some forms and then export them in a pdf file for printing. The problem is that I have to create the form to fit exactly in a A4 paper width and height. What tools do you recommand me to use or which do you think is the best approach?
Use a PrintDocument[^] - you have complete control over the exact placement of everything.
Bad command or file name. Bad, bad command! Sit! Stay! Staaaay...
-
Use a PrintDocument[^] - you have complete control over the exact placement of everything.
Bad command or file name. Bad, bad command! Sit! Stay! Staaaay...
-
You're welcome!
Bad command or file name. Bad, bad command! Sit! Stay! Staaaay...
-
You're welcome!
Bad command or file name. Bad, bad command! Sit! Stay! Staaaay...
Ok so I have a problem. I have to create the form of the page with multiple data which will be inserted from textboxes and labels. I need to arrange them and in the final, I found a way to create more pages if is necessary. But I can't set the height of the windows forms larger than 780 and I really don't know why :)) Is there any way to create a structure for the form specially for printing? I'm kinda beginner with this type of projects..