Hi

Does someone know if a printer driver has to have a custom property page or
not? Is it possible to specify, that my printer driver has no property pages
during DrvDevicePropertySheets ??

MR

RE: printer properties by anonymous

anonymous
Fri May 28 02:36:01 CDT 2004

If DrvDevicePropertySheets is not implemeted, spooler displays a message saying that there are no printer properties and only spooler propeties will be displayed.

Any approach is create a dummy dialog (without any resource) and add it in DrvDeviceProperty sheets.

Re: printer properties by Meier

Meier
Fri May 28 04:20:28 CDT 2004

"Kiran" <anonymous@discussions.microsoft.com> schrieb im Newsbeitrag
news:9DA0C8EE-1328-41ED-BD5A-8428C5905FD3@microsoft.com...
> If DrvDevicePropertySheets is not implemeted, spooler displays a message
saying that there are no printer properties and only spooler propeties will
be displayed.

you even get a message that says, that the printer driver is not installed
and it asks you, if you want to install it now... and it's not very nice

> Any approach is create a dummy dialog (without any resource) and add it in
DrvDeviceProperty sheets.

Ok, I'll try this... thanks
MR