Can someone please help me i need to print the contence of a text box on the local printer. How do i do this
Thanks
Dave
Printable View
Can someone please help me i need to print the contence of a text box on the local printer. How do i do this
Thanks
Dave
For a simple line you can use:
Printer.Print Text1.text
Matt ;)