Hi,
I've been trying to find how to send an existing text file to my printer... in an application.
I can obviously use 'Process.Start' to open the file on screen, and then send it to the printer from there, but I'd like to be able to do something similar to 'Process.Start' to send it to the printer.
All I can find in great detail is how to write the file, add to a file, read-in a file... I have the files, I just want to print 'em.
Poppa
I've been trying to find how to send an existing text file to my printer... in an application.
I can obviously use 'Process.Start' to open the file on screen, and then send it to the printer from there, but I'd like to be able to do something similar to 'Process.Start' to send it to the printer.
All I can find in great detail is how to write the file, add to a file, read-in a file... I have the files, I just want to print 'em.
Poppa