Re: Printing in Win9x
- Posted by "C. K. Lester" <cklester at TICNET.COM> Aug 09, 1999
- 653 views
Is this how other Windows apps (such as Microsoft Word) print... writing to the device? Or do you think it uses its own printing code? >C. K. Lester axed: > >> Does Win9x have its own print engine we can >> access, or do we have to write our own? > >Yes. When you use the print dialog, you get access to the printer's device >context, so you can write to it with the same sort of commands you would use >in an ordinary window. > >-- David Cuny

