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
Printable View
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
This is a wild guess, but....
VB Code:
Shell "type C:\file.txt > lpt1"