can i make a button that will print only the textbox? thanks all xtreme
Last edited by Hack; Mar 15th, 2006 at 07:03 AM. Reason: Added green "resolved" checkmark
To print the contents of the textbox? VB Code: Private Sub Command1_Click() Printer.Print Text1.Text Printer.EndDoc End Sub
Private Sub Command1_Click() Printer.Print Text1.Text Printer.EndDoc End Sub
thankyou
Forum Rules