Re: wxPrint
- Posted by Brian Clark <bkc02 at health.st?te.n?.us> Oct 03, 2007
- 734 views
Thanks Jacques. Wow! Since the days of VB1.0 it seems sending output to the printer has always been the hardest part. jacques deschĂȘnes wrote: > > Brian Clark wrote: > > > > > > Can someone post a simple (non-win32lib) example of printing to a printer? > > Also, I saw wxHtmlEasyPrinting in the wxWidgets doc. How can I get this > > wrapped > > for use in wxEuphoria? > > Hi Brian, > Printing under windows is quite involved, it can't be done in a few lines as > the following demo shows. > And this demo does the very basic as it doesn't implement a cancel dialog as > it should. > It doesn't compute the text metrics and doesn't get all the usefull printer > device capacities needed to format printed text proprerly. > But it works. snip > regards, > Jacques DeschĂȘnes