Tech Support > Microsoft Windows > Drivers > Remove/Modify Documnent Property Sheets
Remove/Modify Documnent Property Sheets
Posted by Majid on May 3rd, 2005


1- Does anybody know how can i remove Documnent Property Sheets (or
atleast hide them)?
i am using windows XP DDK,
my printer has some special capabilities and i need a little more than
what tree view gives me and also i don't want the user to be able to
view or modify the layout/ ... tabs.
and if it is not possible, can i create a printer interface dll and
then place it besides my current printer graphics dll(oemdll), and is
there a sample for a fully customized printer interface dll (if i have
to implement)?

Thanks in advance,

Posted by Naveen on May 4th, 2005


Look at the sample PSUIREP and syncset for replacing and hiding standard items
Look at the structure OPTITEM, set the flag OPTIF_HIDE to hide what you dont
want.
Hope this helps.


"Majid" wrote:


Similar Posts