home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / sdk / netds / adsi / sampapp / dsbrowse / readme.txt < prev    next >
Text File  |  1997-07-29  |  1KB  |  22 lines

  1. Readme.txt for the DSBrowse.exe
  2.  
  3. DSBrowse.exe is a sample VB application that demonstrates the ease with which VB application developers can quickly put together utilities for viewing/managing Directory Services.
  4.  
  5. DSBrowse performs the following tasks
  6.  
  7. 1] It can enumerate through multiple namespaces (each corresponding to a Directory Service).  For each object found in a Directory Service hierarchy, it  provides a brief description of the object. Double clicking on a object  (container) will result in enumerating objects within that container.
  8.  
  9. 2] Reading and writing properties on the DS object. Clicking on the properties button allows you to display the properties on an object. You can select a specific property and update it by pressing the "Set" button.
  10.  
  11. Requirements -
  12. 1] You must have Microsoft Visual Basic 4.0a Professional or Enterprise Edition installed on your machine. Microsoft Visual Basic 4.0a Professional or Enterprise Edition is available only on x86 platforms.
  13.  
  14. List of source  files:
  15.  
  16. 1]dsbrowse.vbp -  Visual Basic Project File
  17. 2]Main.Frm- Form for browsing directory service namespaces
  18. 3]Property.Frm - Form for getting and setting properties
  19. 4]VbADs.Bas-  VisualBasic source code
  20. 5]DsVw.Res  - Resource file for the project (x86 only)
  21. 6]DsBrowse.Exe - Visual Basic Executable (x86 only)
  22.