Click here to Skip to main content
Licence 
First Posted 25 Mar 2007
Views 34,009
Downloads 842
Bookmarked 36 times

Simple Active Directory Browser Dialog

By thund3rstruck | 25 Mar 2007
Folder/File-like Browser Dialog for Active Directory Objects
1 vote, 6.7%
1
1 vote, 6.7%
2

3
6 votes, 40.0%
4
7 votes, 46.7%
5
4.07/5 - 15 votes
1 removed
μ 3.88, σa 2.08 [?]

Screenshot - DirectoryServicesBrowser.jpg

Introduction

Attached is an extremely simple DirectoryServicesBrowserDialog Form that can be added to any Active Directory application. It acts similar to a FileOpenDialog or FolderOpenDialog class. In addition to providing an interface for browsing for Active Directory objects, it also sets some properties that can be called after selecting an object such as the object's fully qualified path, the objectGUID, and the common name of the object.

Background

This Form uses a few of the methods from a previous article of mine: Howto: (Almost) Everything In Active Directory via C#. Of course, if I were to use this dialog in production I would extend it to do a lot more, but this should serve as a clean demonstration of how to use some of the methods presented in that article.

Using the code

There's nothing to it. Just instantiate the object and send in credentials (if necessary). When the application calls the _Load event the browser will enumerate the forest for the domains attached. To keep the application snappy, you must select a node to be able to expand it to see the object's children.

Opening the Dialog with the credentials of the Logged in User

DirectoryServicesBrowserDialog DirectoryBrowser =
      new DirectoryServicesBrowserDialog(null, null);
DirectoryBrowser.ShowDialog();

Opening the Dialog with the credentials of a service account

DirectoryServicesBrowserDialog DirectoryBrowser =
        new DirectoryServicesBrowserDialog
        ("ServiceUserName", "ServiceUserPassword");
DirectoryBrowser.ShowDialog();

History

  • Originally submitted on 25 March 2007

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here

About the Author

thund3rstruck

Software Developer

United States United States

Member
I'm a typical 30 year old generation X guy that likes video games, NFL football, and comic style art. I have an insatiable passion for programming and doing what ever it takes to become a better programmer.

Sign Up to vote   Poor Excellent
Add a reason or comment to your vote: x
Votes of 3 or less require a comment

Comments and Discussions

 
You must Sign In to use this message board. (secure sign-in)
 
Search this forum  
 FAQ
    Noise  Layout  Per page   
  Refresh
Generalawsome! Pinmemberspecies21752:06 26 Nov '09  
GeneralBrilliant Pinmemberchrishulbert19:17 10 Mar '09  
GeneralI gotta tell ya... PinsitebuilderShog917:01 25 Mar '07  

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.

Permalink | Advertise | Privacy | Mobile
Web01 | 2.5.120210.1 | Last Updated 25 Mar 2007
Article Copyright 2007 by thund3rstruck
Everything else Copyright © CodeProject, 1999-2012
Terms of Use
Layout: fixed | fluid