How to add a property page to the active directory MMC snap-in
-
Hi I have been stuck on this for a while now and if somebody could point me in the right direction it would be appreciated. I am trying to add a tab to the property form that opens when you right-click a user in the active directory snap-in and select properties, this tab will show the manager, secretary and the assistant of the user. I have been looking at the MSDN articles but they are a mess and I don't fully understand them, it appears as if you can only do this in VC++. Does anybody know of a clear step by step tutorial or a working example out there that covers this topic? Thanks :)
-
Hi I have been stuck on this for a while now and if somebody could point me in the right direction it would be appreciated. I am trying to add a tab to the property form that opens when you right-click a user in the active directory snap-in and select properties, this tab will show the manager, secretary and the assistant of the user. I have been looking at the MSDN articles but they are a mess and I don't fully understand them, it appears as if you can only do this in VC++. Does anybody know of a clear step by step tutorial or a working example out there that covers this topic? Thanks :)
-
I think the book "Windows 2000 Programming Bible" by John Paul Mueller [ISBN: 0-7645-3312-6] goes into some of that stuff, and I think it exists in PDF format if you have trouble finding it in the shops. :)
//Johannes