Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Check Printer Status
Message
From
23/08/2000 06:39:43
 
 
To
All
General information
Forum:
Visual Basic
Category:
Coding, syntax & commands
Title:
Check Printer Status
Miscellaneous
Thread ID:
00408150
Message ID:
00408150
Views:
46
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.
Next
Reply
Map
View

Click here to load this message in the networking platform