Working on my latest project required quite a degree of development against the Active Directory. Not having had any AD experience before slowed me down for a while, but after trawling through lost of news groups etc, I gathered enough information to do what I needed to do. I have developed an ADHelper class that will should take care of most AD requirements, from :- -creating/updating a user -assigning a user to a group -enabling/disabling their account -setting password -checking if a user is valid -loggin in -checking if a user exists -performing queries All while returning DataSets to allow easy binding to datagrids etc. Im by no means an expert, but hopefully this helps some of you facing the same problems that I had.
File List:
@PSC_ReadMe_583_10.txt
1Kb
ADHelper.cs
30Kb
ActiveDirectoryNotes.txt
2Kb
Web.config
4Kb
Similar code
WriteMemoryProcess Function
(Popularity: ) : Ive spent hours looking and now ive finally solved how to declare WriteMemoryProcess in VB .Net. Sorry for the short snappy code. The aim of this code is to change a value of a processes memory using a given memory ... Easy Version information from .NET assembly
(Popularity: ) : Returning Versions, ProductName and Copyright information in .NET is a .PainInTheButt this class will simplify the whole process and save you at least and hour of trying to figure out how Microsoft implemented the Assembly Windows Shutdown Timer
(Popularity: ) : This little tool shutdown, logoff, power off windows at a specific time user set. User may set a time or count down time to shutdown Windows. User is given 1 minute warning before the actual shutdown using msn popup like ... INOUT32 Library for I/O with .NET
(Popularity: ) : The library it allows to manage the hardware I/O with the operating systems Windows 2000/XP from .NET and VB6 applications. It is complete of sources of the library and the necessary Device Driver. The sources of three programs of tests ... Insert CD notify class
(Popularity: ) : This is a simple class that works not only with cd-roms but also with other removeble devices. Whenever a cd or any other rem dev is inserted it generates an event ... Please rate this. PS: The class uses WMI ... Hello User
(Popularity: ) : Enable the user to type in some text, and when the user presses the click me button, the text is displayed in a label control.The program will take the user name in the textbox and welcomes him. Simple string formatting ... Dual Screen Mode Mouse Wrapper
(Popularity: ) : When I first got a computer that uses dual screen modes I was pretty excited, but I was quickly mad at the fact that there was not a good mode to have the mouse scroll through on every side. This ...