Example:
Hello World
Not much to look at, but this traditional "first try"
program demonstrates the simplicity of using PrinterCE - declare the
PrinterCE object and add just three lines of eVB or NS/Basic code print out "Hello World":
PrinterCE1.SelectPrinter
PrinterCE1.DrawText "Hello World"
PrinterCE1.EndDoc
See full size printed output