home *** CD-ROM | disk | FTP | other *** search
/ Total C++ 2 / TOTALCTWO.iso / vb5.0 / tools / unsupprt / dlgobj / readme.txt < prev   
Text File  |  1997-01-16  |  1KB  |  30 lines

  1. \DlgObj
  2.  
  3. Microsoft Dialog Automation Objects
  4. ===================================
  5.  
  6. The Microsoft Dialog Automation Objects component provides Common Dialog 
  7. functionality without requiring that you place a control on a form.  
  8.  
  9. To use install the Microsoft Dialog Automation Objects:
  10.  
  11. 1.  Copy DLGOBJS.DLL from \Tools\Unsupprt\Dlgobj to your \Windows\System
  12.     directory (or \System32 directory on Windows NT).
  13.  
  14. 2.  Register the design time license by merging the Registry file DLGOBJS.REG
  15.     into your registry.
  16.  
  17.     - Under Windows NT 4.0 and Windows 95, right click on
  18.       \Tools\Unsupprt\DlgObj\DLGOBJS.REG and choose 'Merge'
  19.  
  20.     - Under Windows NT 3.51, copy \Tools\Unsupprt\DlgObj\DLGOBJS.REG to your
  21.       hard drive and merge it into the registry using RegEdt32.Exe
  22.  
  23. 3.  Register DLGOBJS.DLL by either using RegSvr32.Exe found in \Tools\RegUtils
  24.     or by Browsing for the DLGOBJS.DLL in the Project|References Dialog in 
  25.     Visual Basic and clicking 'Open'.
  26.  
  27. 4.  Once the DLL is registered, select "Microsoft Dialog Automation Objects"
  28.     in the Project|References Dialog in Visual Basic.
  29.  
  30.