Tagged Questions

2
votes
2answers
92 views

Display “Select Users and Groups” dialog from WPF application?

I need to display the standard "Select Users and Groups" dialog from a .NET/WPF application. I also need to be able to display it under a 64bit OS. I found this CodeProject article, which is quite …