Property pages for Active Directory
This is done by creating a COM object and implementing two interfaces (IShellExtInit and IShellPropSheetExt).
The Microsoft SDK provides a sample project that does exactly this for the user object (it adds a new tab when you go to the
properties of any AD user). I compiled the project and set it up on the box running AD and it worked. I have been trying to build
one myself and, due to the pretty terrible documentation on this subject (and the project that Microsoft provided), I have been
unsuccessful.
Any help would be greatly appreciated.
Naz

