User Profile

Collapse

Profile Sidebar

Collapse
shanavaspi
shanavaspi
Last Activity: Dec 10 '07, 09:53 AM
Joined: Dec 8 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • shanavaspi
    started a topic Stop Paper ScrollOut

    Stop Paper ScrollOut

    Hi guys

    am using printer object to print

    Printer.print "Text"
    Printer.enddoc

    After the end doc the paper jumps to next page
    Hoe i stop paper scrolling
    Can any body Help me

    Thanks in advance
    See more | Go to post

  • shanavaspi
    replied to Increase Ms Dos Print font size
    [CODE=vb]Private Sub cmdPrint_Click( )
    'This is the sample how to print in Dos Mode and How to print it Bold!

    Open "Lpt1" For Output As #1

    Print #1, Chr(27) & "@" 'Initialize printer
    Print #1, Chr(27) & "A" & Chr(11)
    Print #1, Chr(27) & "E" 'Set Font Bold
    Print #1, "Printer is Bold"
    ...
    See more | Go to post
    Last edited by Killer42; Dec 9 '07, 05:15 AM.

    Leave a comment:

No activity results to display
Show More
Working...