Re: Replacing Printer Property Sheets by Judy
Judy
Wed Jul 09 12:44:08 CDT 2008
Suman <skarpio@gmail.com> wrote in news:e98c2126-a2ae-42e6-ae2c-
0fa0482fabfe@l64g2000hse.googlegroups.com:
> Hello All,
>
> When we open the printer panel, select a printer and then right click
> and select properties, a UI pops-up with a number of (~7) tabs
> containing Ports, Device Settings etc. Is there any way I can suppress
> these tabs and instead display a single custom tab? Can this be done
> from plug-ins to the PScript/Unidrv core drivers? Or, do we need to
> write a core driver module in order to be able to replace these?
>
> Regards,
> Suman
>
The tabs displayed for a printer driver are a mix of "standard" pages and
driver-specific pages. The standard pages - General, Sharing, Ports,
Advanced and Color Management - will always be displayed and you cannot
remove them. The remaining pages, such as Device Settings, are generated
by the driver DLL.
I know that it is possible to modify some of the standard pages displayed
by PScript and Unidrv drivers, but I don't know if you can completely
remove them. I suggest that you look in the DDK/WDK documentation for
information about how to use User Interface Plug-Ins to modify the
standard UI.