Hi,
Print text to the printer with separate pages
I want to print to the printer 2 or 3 or 4 lines of text
every line on a different page
Example with vb6:
Printer.Print "abcd"
Printer.NewPage
Printer.Print "efgh"
Printer.EndDoc
please send me small example
thanking you in advance
Print text to the printer with separate pages
I want to print to the printer 2 or 3 or 4 lines of text
every line on a different page
Example with vb6:
Printer.Print "abcd"
Printer.NewPage
Printer.Print "efgh"
Printer.EndDoc
please send me small example
thanking you in advance