Createing the Domain searce dialog

  • Thread starter Thread starter Scott M
  • Start date Start date
S

Scott M

I would like to create the shell dialog box that opens the search box that
allows a user to search for groups, users and or computers on a local
machine of on a domain. Does anyone have a nice .Net wrapper that I can use
to accomplish this or know where I can find it online?

Thanks much

Scott
 
Hi Scott ,

Currently I am researching the issue and we will reply here with more
information as soon as possible.
If you have any more concerns on it, please feel free to post here.

Thanks for your understanding!

Best regards,

Peter Huang
Microsoft Online Partner Support

Get Secure! - www.microsoft.com/security
This posting is provided "AS IS" with no warranties, and confers no rights.
 
Hi Scott,

Based on my research, here is a sample on codeproject for your referecne.
Using the Windows 2000/XP Object Selection Dialog
http://www.thecodeproject.com/w2k/BfObjectSelection2.asp

We have unmanaged C++ Document about using the dialog, but we did not
provide an official dotnet Wrap.
Directory Object Picker
http://windowssdk.msdn.microsoft.com/library/default.asp?url=/library/en-us/
ad/ad/directory_object_picker.asp

Best regards,

Peter Huang
Microsoft Online Partner Support

Get Secure! - www.microsoft.com/security
This posting is provided "AS IS" with no warranties, and confers no rights.

This response contains a reference to a third party World Wide Web site.
Microsoft is providing this information as a convenience to you. Microsoft
does not control these sites and has not tested any software or information
found on these sites; therefore, Microsoft cannot make any representations
regarding the quality, safety, or suitability of any software or
information found there. There are inherent dangers in the use of any
software found on the Internet, and Microsoft cautions you to make sure
that you completely understand the risk before retrieving any software from
the Internet.
 
Back
Top