access to active directory

N

Nacho

We need to create a button that allow us to select users from active
directory to a text box. Can someone tell me how can I do it. Thank you.
 
D

David Lloyd

The following KB article specifically addresses pulling Exchange information
from Active Directory, but could be useful as a reference, depending on your
circumstances.

http://support.microsoft.com/default.aspx?scid=kb;en-us;252459

--
David Lloyd
MCSD .NET
http://LemingtonConsulting.com

This response is supplied "as is" without any representations or warranties.


We need to create a button that allow us to select users from active
directory to a text box. Can someone tell me how can I do it. Thank you.
 
N

Nacho

Thank you a lot.

I've trying to implement this solution but our knowlegde about programming
is too low. When I've put this code in VB it have been errors a lot because
the system put me that the IADS object isn't defined, also with IADsUser,
ADODB.control, ...

Do you now if is there any dll or Ocx that make it?

Thank you
 
Top