Adding another Property sheet page to printer driver UI...

hello friends,
i am writing a printer driver, and i want to add another property sheet page on the properties tab of the printer driver.
does anyone knows the way to do that or can i find some sample code for the same.
I am using CPSFUNC_ADD_PCOMPROPSHEETUI to add the first page, but dont know how to add another page…

Thanks in advance!

Vaibhav


You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com

Hi,

The “Creating Property Sheet Pages” part in the CPSUI section of the
print driver DDK docs explain this in detail. You can also refer to the
oemui sample which illustrates the addition of a property page.

Hope this helps.

  • Ashwin

This posting is provided “AS IS” with no warranties, and confers no
rights.

-----Original Message-----
From: Vaibhav Kalia [mailto:xxxxx@newgen.co.in]
Sent: Saturday, December 15, 2001 6:10 AM
To: NT Developers Interest List
Subject: [ntdev] Adding another Property sheet page to printer driver
UI…

hello friends,
i am writing a printer driver, and i want to add another property sheet
page on the properties tab of the printer driver.
does anyone knows the way to do that or can i find some sample code for
the same.
I am using CPSFUNC_ADD_PCOMPROPSHEETUI to add the first page, but dont
know how to add another page…

Thanks in advance!

Vaibhav


You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com

From: Alcone Wu

You can also use CPSFUNC_ADD_PROPSHEETPAGE.
Check the sample oemui in \src\print\oemdll\oemui\ directory.


You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com