Regarding Printout through dotmatrix printer using vb code

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • ANURAG JAIN
    New Member
    • Oct 2007
    • 4

    Regarding Printout through dotmatrix printer using vb code

    Hello all,

    Can someone tell me how i take the printout while we using Dot Matrix Printer.

    thanks in advance

    anurag jain
    9871763022
  • Killer42
    Recognized Expert Expert
    • Oct 2006
    • 8429

    #2
    Originally posted by ANURAG JAIN
    Can someone tell me how I take the printout while we using Dot Matrix Printer?
    Easy - just use the Printer object. It doesn't matter what type of printer you use.

    By the way, what's that at the end of the message - your phone number?

    Comment

    • hariharanmca
      Top Contributor
      • Dec 2006
      • 1977

      #3
      Try the below code.
      [CODE=vb]
      Open LPT1 For Output As #1
      Print #1, strPrintStringH ere1
      Print #1, strPrintStringH ere2
      Print #1, strPrintStringH ere3
      Print #1, strPrintStringH ere4
      Print #1, strPrintStringH ere5
      Close #1[/CODE]

      Comment

      • anilravrani
        New Member
        • Nov 2007
        • 1

        #4
        Try This Reporting Module
        Fast-report
        Visit Www.fast-report.com
        Download For Microsoft Developers
        Last edited by Killer42; Nov 20 '07, 11:20 PM.

        Comment

        • Killer42
          Recognized Expert Expert
          • Oct 2006
          • 8429

          #5
          Just a note - this question has been raised again in a new thread, so I'm closing this one.

          Comment

          Working...