I'm relatively new to VC++. I made a program that outputs a .txt file to a folder in my computer. I'm wondering if there is a method that allows me to send that file to the system's default printer (in this case my home printer) without needing to see the printer dialog box, just send the file to the pinter's queue and print it.
Thanks