Hi.
I have a routine that prints stuff in printer like this:
Printer.Font.Bold = True
Printer.CurrentX = tab1
Printer.CurrentY = 3
Printer.Print "Date"
and so on..
How can I send this to a RichText Box to simulate a Print Preview?
Thanks in advance.
Printable View
Hi.
I have a routine that prints stuff in printer like this:
Printer.Font.Bold = True
Printer.CurrentX = tab1
Printer.CurrentY = 3
Printer.Print "Date"
and so on..
How can I send this to a RichText Box to simulate a Print Preview?
Thanks in advance.
I suggest you use a PictureBox, as this has nearly the exact same properties and Methods as the Printer.
Thanks. It was very usefull.
Works fine. The only problem is that the printing is longer than the PictureBox height and I can't see the rest.
If you can help me....