HI
Iam printing a file from dos to a network thermal printer
VB.NET Code
Call Shell("print /d:\\pserver\las er1 c:\letter.txt")
in local printer
Call Shell("print C:\letter.txt")
when paper out or top cover open it does't show any error simply it showing printed
how to return paper out and other error codes from
VB.NET
Thanks In Advance
Iam printing a file from dos to a network thermal printer
VB.NET Code
Call Shell("print /d:\\pserver\las er1 c:\letter.txt")
in local printer
Call Shell("print C:\letter.txt")
when paper out or top cover open it does't show any error simply it showing printed
how to return paper out and other error codes from
VB.NET
Thanks In Advance
Comment