How can I print a test box without using the PrintForm,because everytime I do that, it prints the whole form, even the buttons. Thanks
Printable View
How can I print a test box without using the PrintForm,because everytime I do that, it prints the whole form, even the buttons. Thanks
Do you mean a text box?
Printer.Print Text1.Text
Marnitzg, you forgot Printer.EndDoc.
Code:Printer.Print Text1.Text
Printer.EndDoc
The simple things hey Oetje?
:) Thanks, I gotta think before I ask these questions :)