Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Printing Problem !
Message
General information
Forum:
Visual Basic
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00466330
Message ID:
00468361
Views:
27
Patrice,

it worsk fine, but how to spacify the printing position like in the printer object (Printer.currentX & Printer.currentY). ?
is it posible or not ?

Regards



>I had this problem a few month ago and the solution that I have found at this time was to open the printer like a file and then write to it.
>Just like this:
>
>   Open "lpt1" For Output As #1 'printername can be a network printer like "\\SERVER\HPLaserJ"
>     Print #1, vbCrLf;
>     Print #1, "Hello world"
>   Close #1
>
>HTH
<><><><><><><><><><><><><><><><><><><><>
<><> REMEMBER,,,,KNOWLEDGE IS POWER <><>
<><><><><><><><><><><><><><><><><><><><>
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform