I am trying to print the contents of a textbox using the following piece of code:
Printer.Print Text1.Text
Although I have come across 2 problems,
1. I want to print it out in the same font and size that is displayed in the box.
2. I want it to print immediately but atm it only prints when I close the program.
Help please.
Many thanks.
Lee
Printer.Print Text1.Text
Although I have come across 2 problems,
1. I want to print it out in the same font and size that is displayed in the box.
2. I want it to print immediately but atm it only prints when I close the program.
Help please.
Many thanks.
Lee
Comment