home *** CD-ROM | disk | FTP | other *** search
/ Troubleshooting Netware Systems / CSTRIAL0196.BIN / attach / msj / v10n04 / olecont.exe / CONTAIN.REG < prev    next >
Windows Registry Data  |  1995-04-01  |  1KB  |  20 lines

  1. REGEDIT
  2. ; This .REG file may be used by your SETUP program.
  3. ;   If a SETUP program is not available, the entries below will be
  4. ;   registered in your InitInstance automatically with a call to
  5. ;   CWinApp::RegisterShellFileTypes and COleObjectFactory::UpdateRegistryAll.
  6.  
  7. HKEY_CLASSES_ROOT\.CNT = Contain.Document.1
  8. HKEY_CLASSES_ROOT\Contain.Document.1\shell\open\command = CONTAIN.EXE %1
  9. HKEY_CLASSES_ROOT\Contain.Document.1\shell\open\ddeexec = [open("%1")]
  10. HKEY_CLASSES_ROOT\Contain.Document.1\shell\open\ddeexec\application = CONTAIN
  11.     ; note: the application is optional
  12.     ;  (it defaults to the app name in "command")
  13.  
  14. HKEY_CLASSES_ROOT\Contain.Document.1 = OCX Container Document
  15. HKEY_CLASSES_ROOT\Contain.Document.1\CLSID = {056CCA20-1A79-11B9-C000-AA7D4E619DEC}
  16.  
  17. HKEY_CLASSES_ROOT\CLSID\{056CCA20-1A79-11B9-C000-AA7D4E619DEC} = OCX Container Document
  18. HKEY_CLASSES_ROOT\CLSID\{056CCA20-1A79-11B9-C000-AA7D4E619DEC}\LocalServer32 = CONTAIN.EXE
  19. HKEY_CLASSES_ROOT\CLSID\{056CCA20-1A79-11B9-C000-AA7D4E619DEC}\ProgId = Contain.Document.1
  20.