The MASM Forum

General => The Workshop => Topic started by: shankle on July 27, 2012, 10:05:28 PM

Title: printing
Post by: shankle on July 27, 2012, 10:05:28 PM
Anybody familiar with these APIs:  PrintDlgEX and DisplayPrintPropertySheet?
The instructions on the Microsoft site are in "C" and are Greek to me.
Having trouble with code that works in MASM32 that I am translating to GoAsm.
Specifically the Creation of a handle for the printer.
Title: Re: printing
Post by: KennGough on January 06, 2013, 07:14:26 PM
I have the logic worked out for printing.  My program access a user selected logical fonts including:
height / size in thousands of inches, character weight weight, font face, etc.  After the user selects the
printing device, the program creates the fonts, and pens it will use depending on the capabilities of the printer.   Acessessing the printer the thr print dlg call, returns you a handle to the DC and you may work with that.  I have this available if you still need help,  I have been off of the forum for a while and had to re-register.
kenngough@gmail.com
Title: Re: printing
Post by: Gunther on January 06, 2013, 10:56:34 PM
Hi KennGough,

welcome back to the forum. Nice to see you again.

Gunther