I would like to open the property sheets for users, groups etc of the 'Active Directory Users and Computers' console from a C# application.
Has anyone an idea how to do it?
I've found an example in the Windows Server 2003 Platform SDK. Unfortunately it's in C++, very long, very complex and doesn't work with 64bit operating systems.
But I think a solution could be a small library in C++ that only opens the property sheet and act as a wrapper for the C# application.
Kind regards from Hamburg, Marc