How can programatically show "Select Users" dialog?  
Author Message
Teeravee Sirinapasawasdee





PostPosted: .NET Base Class Library, How can programatically show "Select Users" dialog? Top


How can I programatically show "Select Users" dialog by using C# or any .Net compliant language

Thank you,
Teeavee Sirinapasawasdee




.NET Development17  
 
 
ahmedilyas





PostPosted: .NET Base Class Library, How can programatically show "Select Users" dialog? Top

what select users dialog would this be I don't think there is one in the .NET Framework but probably would have to create your own, or perhaps P/Invoke if there is an API that exists for selecting the users

Take a look at this:

http://www.codeproject.com/w2k/BfObjectSelection2.asp