DOS printing through VB with stopping page ejection

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • nvneeraj
    New Member
    • Dec 2007
    • 1

    DOS printing through VB with stopping page ejection

    Please help me how to print data in DOS format and stopping paper after printing in XP through network.
    Last edited by Killer42; Jan 1 '08, 12:31 PM.
  • CyberSoftHari
    Recognized Expert Contributor
    • Sep 2007
    • 488

    #2
    Dos printing will print only if there is a [CODE=vb]Print #FileName, "PrintStrin g"[/CODE] statement, Once the file get closed then it will not skip or feed empty line in printing.
    Note: Can you post how you are printing? (That will be helpful for experts to point you in right direction.)
    Last edited by CyberSoftHari; Dec 31 '07, 12:27 PM. Reason: Once the file

    Comment

    Working...