can i make a button that will print only the textbox?
thanks all
xtreme
Printable View
can i make a button that will print only the textbox?
thanks all
xtreme
To print the contents of the textbox?
VB Code:
Private Sub Command1_Click() Printer.Print Text1.Text Printer.EndDoc End Sub
thankyou