Tech Support > Microsoft Windows > Development Resources > Print using custom form in windows xp
Print using custom form in windows xp
Posted by vasanth on February 1st, 2007


Hi!
I'm trying to print using custom page size from a C++ application.I
could successfully add a custom form and define the required page size
in this forum using the AddForm function. The problem is it is not
possible to change the printer settings (paper size) using this custom
form. Is there any method by which this can be
achieved. :ocumentProperties function was used to get the printer
properties. Is there any property which we should set prior to
using :ocumentProperties.
The reference link to microsoft knowledge base is http://
support.microsoft.com/kb/282474

How can we change the printer settings using custom form settings.

Please help. Thankyou