I am experimenting, trying to learn how to print using VB6. For some reason, my Printer class has no print method. Can anyone explain what might be happening?
It doesn't show up as a method. When typeing it in, it's not shown under the normal . syntax. It works anyways though. Try typing "printer.print" in lower case and hit enter, and it will automatically convert to "Printer.Print".
Don't forget to use Printer.EndDoc after your print statements to actually get it to print out.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.