Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!usc!zaphod.mps.ohio-state.edu!caen!umich!vela!rdthomps From: rdthomps@vela.acs.oakland.edu (Robert D. Thompson) Newsgroups: comp.windows.ms.programmer Subject: HOW CAN I SEND A TEXTSTREAM TO PRINTER W/O USING DC COMMANDS !!! Message-ID: <6405@vela.acs.oakland.edu> Date: 14 May 91 16:32:24 GMT Reply-To: rdthomps@vela.acs.oakland.edu (Robert D. Thompson) Organization: Oakland University, Rochester MI Lines: 18 I want to use the PRINT MANAGER and be able to dump a text file with CR's and LF's to a printer - just to print text. BUT, I don't want to use TextOut(hPR,x,y...) and I don't want to simply open the port and dump the text. For my project it is important that I use the print manager and still avoid the device context commands that do not seem necessary since I already have a properly formatted ASCII text file. Any help would be greatly appreciated. Thanks...Regards |(8> --- Robert rdthomps@vela.acs.oakland.edu