|
-
April 19th, 1999, 08:58 PM
#1
Call Text File & sent it to printer
Hi ppl,
how do i call a text file and sent it to the printer to print?
thanks
-
April 22nd, 1999, 07:01 AM
#2
Re: Call Text File & sent it to printer
Use ShellExecute, and supply "print" (with quotes) as the second argument and the file name as the third. Look up your documentation for the other args.
-
May 23rd, 1999, 08:28 AM
#3
Re: Call Text File & sent it to printer
But, how would you do it to a particular printer that was selected in the CPrintDialog, within an application that uses mfc and prints some data to the printer in the mfc mode (beginprinting, etc..)
Eli
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|