PDA

Click to See Complete Forum and Search --> : samples needed please - ad with vb.net


alex_read
Nov 28th, 2002, 03:50 AM
Hi all, can anyone let me know of any books or sites which teach you how to program the windows active directory from vb.net using the System.DirectoryServices namespace please?

The .net helpfiles are crap & I can't find any other material anywhere!!! :eek:

Thanks!

Athley
Nov 28th, 2002, 04:21 AM
A book.....

MSPress (http://www.microsoft.com/danmark/mspress/books/book17612.htm)

alex_read
Nov 28th, 2002, 04:25 AM
Thanks for that, but this uses vb6's ADSI objects whereas in .net it deals with the directoryentry & directorysearcher objects which is what I need to read up on. :)

Athley
Nov 28th, 2002, 04:35 AM
ooops.. sorry :)

Is this any good?

15 Seconds (http://www.15seconds.com/issue/020730.htm)

C# but.....

alex_read
Nov 28th, 2002, 04:38 AM
Yeah that helps a bit thanks, are there any books out there which've been written to cover this?

imj75
Jan 12th, 2005, 03:27 AM
Try this attachment:
It works beautifully on my network.
The core was a C# sample by Sriram Chittur which I converted into VB and expanded. Feel free to distribute.