At user request, most of the forms in my VB6 application have a "print screen" command button that simply executes:
to print the form's contents. Works well except for one little problem: somehow the font for labels is larger than on screen, often causing label captions to be cut off halfway on the print. This problem doesn't occur on command button captions, textbox texts or anywhere else except label captions. Is there anything I can do about this?
"Much that I bound, I could not free. Much that I freed returned to me."
(Lee Wilson Dodd)
Code:
Me.PrintForm
to print the form's contents. Works well except for one little problem: somehow the font for labels is larger than on screen, often causing label captions to be cut off halfway on the print. This problem doesn't occur on command button captions, textbox texts or anywhere else except label captions. Is there anything I can do about this?
"Much that I bound, I could not free. Much that I freed returned to me."
(Lee Wilson Dodd)