Property pages for Active Directory

I have been trying to add a custom property page to support my custom attributes created in the Active Directory schema.
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
[722 byte] By [xxnazxx] at [2007-11-17 14:27:54]
# 1 Re: Property pages for Active Directory
can somebody pubish one work code to add property page in active directory
:-(
nikomsj at 2007-11-10 3:39:21 >