CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Sep 2000
    Posts
    77

    Display Windows NT Select User dialog


    I need to display Windows NT Select user dialog. How can I do this programatically? Is there any API?

    I tried in MSDN,and it appears there is no direct way.


    Thanks in advance.


  2. #2
    Join Date
    Apr 2000
    Location
    San Francisco, California, USA
    Posts
    4,467

    Re: Display Windows NT Select User dialog

    On Win2K and later you can use DS Object Picker dialog for that
    (see IDsObjectPicker interface for more details).

    There is no documented way to do it on NT4.

    Russian Software Developer Network - http://www.rsdn.ru
    Russian Software Development Network -- http://www.rsdn.ru

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured