A trick I discovered with printing forms is not to display them before printing. You can make the form as large as you like and it will print all of it. Create a dummy form to display the info if you need to visually check on the output and then print the 'real' form.
19-05-2002 at 11:24 PM
|
JLRodgers Level: Moderator Registered: 04-04-2002 Posts: 1617
Re: VB Printing Archived to Disk
How to make a form taller than 9000? Form sizes I believe are "maxed out" at the full screen size (mine is 17xxxx13x). If you make the form a MDIChild, and a window style that isn't "sizable", you can make it as large as you want (well, haven't tried too large of sizes).