Directory Programming .NET

Active Directory and ADAM programming support for .NET developers
Welcome to Directory Programming .NET Sign in | Join | Help
in Search

Adding extra Tab in properties wizard for user in Active directory

Last post 07-07-2008, 10:28 AM by devimurugan. 3 replies.
Sort Posts: Previous Next
  •  07-01-2008, 7:13 AM 4071

    Adding extra Tab in properties wizard for user in Active directory

    Hi All,

    In Active Directory properties wizard we have to add an extra tab in addition to existing “General”, “Address” for  user. Please guide me how can i go ahead with this using .net.

    Thanks in advance
    DV
  •  07-01-2008, 9:07 AM 4072 in reply to 4071

    Re: Adding extra Tab in properties wizard for user in Active directory

    To my knowledge this is only supported in COM/C++ still.  You might be able to do this in .NET via COM interop, but I'm not aware of any samples.
  •  07-01-2008, 11:08 PM 4082 in reply to 4072

    Re: Adding extra Tab in properties wizard for user in Active directory

    ok. Thanks for the reply.

    Do anyone has the COM which does this or the code?

    Is anyone know whether it can be done through .net?

    DV

  •  07-07-2008, 10:28 AM 4105 in reply to 4082

    Re: Adding extra Tab in properties wizard for user in Active directory

    Hi DV,

             You can able to do this in .NET Framework version 2.0 which is having the class called Microsoft.ManagementConsole Class. You need to install MMC 3.0 in the Windows Server 2003 SP1 (not needed for Windows Server 2003 R2).

    Read this links you will get more...

    msdn sample code:

     http://msdn.microsoft.com/en-us/library/ms692746(VS.85).aspx

     

    For MMC 3.0 update:

    http://support.microsoft.com/kb/907265

     

     

    With Regards,

    DeviMurugan

View as RSS news feed in XML