Koti -- How to add a tab to control panel / display
-
Hello gurus, How to add one tab (like menu tab) to controlpanel display applet. like Back ground, screen saver. Mecaffe3.1.4 version adds one tab to display applet or window (screen scan). I want to know how to add one tab. Thanks in advance, koteswara rao.
-
Hello gurus, How to add one tab (like menu tab) to controlpanel display applet. like Back ground, screen saver. Mecaffe3.1.4 version adds one tab to display applet or window (screen scan). I want to know how to add one tab. Thanks in advance, koteswara rao.
Write a property sheet handler (see my shell extension series for a tutorial on doing this). In your IShellPropSheetExt::AddPages() method, you add whatever page(s) you want. The additional registration step is to add your handler under: HKLM\Software\MS\Win\CV\Controls Folder\Display\shellex\PropertySheetHandlers