Print form in middlle of page
Hello,
I would like to know how to print a form in the middle of a page. I already know how to print the form using PrintForm. I want to know if there is any way that the form can be aligned to the middle of the page when it prints. I've already centered the form at runtime.
Thanks
Re: Print form in middlle of page
http://support.microsoft.com/default...b;en-us;161299
check out this example from microsoft for printing forms with full control over the output
Re: Print form in middlle of page
Another example from Microsoft:
How to Print Entire VB Form and Control the Printed Size
http://support.microsoft.com/?kbid=84066
Re: Print form in middlle of page
Thanks guys, that is too muh code for me to understand so I'll just leave it as is. Thank you for helping though.