Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Check Printer Status
Message
 
 
To
23/08/2000 06:39:43
General information
Forum:
Visual Basic
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00408150
Message ID:
00408451
Views:
17
>I uses the following code in VB6 for printing to a dot matrix
>printer:
>
>Open "LPT1" For Output As #1
>Print #1, Trim(strCustName)
>Close #1
>
>How could I check whether the printer is ready or not? Thanks.

Why not use the printer object instead?
eg.

Printer.print "My text Here"
Printer.EndDoc
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform