by "xieyao" <yao450860487@[EMAIL PROTECTED]
>
Nov 28, 2008 at 03:53 PM
"Jan Nielsen" <janielsen@[EMAIL PROTECTED]
> ????
news:BB59AFE2-F709-4198-B058-60ED96CCE70F@[EMAIL PROTECTED]
> Adding an extra menu item to ADUC, to launch some home made utility, is
> pretty easy.
> Read up on Display Specifiers:
> http://msdn.microsoft.com/en-us/library/ms675905(VS.85).aspx
> In my domain I've written an HTA which I call from ADUC. You might as
well
> call a C++, C#, VB or whatever application you can write. Any exe will
do.
>
> I don't think you can easily modify and reuse parts of the default user
> creation wizard.
> However each tab of the user property dialog is also registered in the
> Display Specifiers containers. I have used this for adding my own tab,
> specific for my company and the attributes I added to the user class.
> Such a property page is not trivial to write though. I found the The
> Complete Idiot's Guide to Writing Shell Extensions usefull:
> http://www.codeproject.com/KB/shell/shellextguideindex.aspx,
but still
not
> easy (but that's because I've never really understood COM).
>
> /Jan
>