- How to remove the default property pages provided by the Shell, with a drive letter?
- Posted by Rohit Dhamija on September 1st, 2004
I know it is possible to disable or completely remove context menu
option's from the right click context menu of a disk drive(created by
the shell). For e.g: I have deleted the "Format" menu option from the
right click context menu of my C: drive via shell programming, using
DeleteMenu API.
Similarly, is it possible to DISABLE/DESTROY/REMOVE the "Tools"
property page provided by the Shell in the right click properties tab?
I am aware of:
BOOL DestroyPropertySheetPage(
HPROPSHEETPAGE hPSPage
);
But from where can i get this handle for the page.
Pls help....
Rgds,
Rohit
Similar Posts
- Change default for drive letter assignments (Microsoft Windows) by Steve Carr
- Default Drive Letter (Computers & Technology) by MahaRaj
- Problem with property pages and property sheets (Development Resources) by Nobody You Know
- How to make custom printer driver UI property pages (Drivers) by Stefan Wanger
- WDM streaming & custom property pages (Drivers) by Arne Caspari

