Results 1 to 2 of 2

Thread: Easy way to print ???

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Nov 2002
    Posts
    113

    Easy way to print ???

    I have a text file that contains data that I need to be able to print. Is their an easy way to print the entire contents of a text file directly to a printer (using VB6) ?



    Thanks for any help

  2. #2
    Need-a-life Member Mc Brain's Avatar
    Join Date
    Apr 2000
    Location
    Buenos Aires, Argentina
    Posts
    6,808
    This is a wild guess, but....

    VB Code:
    1. Shell "type C:\file.txt > lpt1"
    Emiliano F. Martín


    If a post has helped you then please Rate it! (and give the user points he/she deserves by clicking on the image).
    Encourage the person who helped you to keep doing it, and give him the points he deserves.


    MP3 Organizer: Freeware to logically organize all your MP3s.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width