home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1996 December / PCWKCD1296.iso / vjplusb / activex / inetsdk / samples / urlpad / urlpad.reg < prev   
Encoding:
Windows Registry Data  |  1996-05-22  |  1.9 KB  |  31 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\.txt = SuperPad.Document.4
  8. HKEY_CLASSES_ROOT\SuperPad.Document.4\shell\open\command = URLPAD.EXE %1
  9. HKEY_CLASSES_ROOT\SuperPad.Document.4\shell\open\ddeexec = [open("%1")]
  10. HKEY_CLASSES_ROOT\HierSvr.Document.4\shell\open\ddeexec\application = SUPERPAD
  11.     ; note: the application is optional
  12.     ;   (it defaults to the app name in "command")
  13.  
  14. HKEY_CLASSES_ROOT\SuperPad.Document.4 = MFC 4.0 Text Document
  15. HKEY_CLASSES_ROOT\SuperPad.Document.4\protocol\StdFileEditing\server = URLPAD.EXE
  16. HKEY_CLASSES_ROOT\SuperPad.Document.4\protocol\StdFileEditing\verb\0 = &Edit
  17. HKEY_CLASSES_ROOT\SuperPad.Document.4\Insertable =
  18. HKEY_CLASSES_ROOT\SuperPad.Document.4\CLSID = {00021844-0000-0000-C000-000000000046}
  19.  
  20. HKEY_CLASSES_ROOT\CLSID\{00021844-0000-0000-C000-000000000046} = MFC 4.0 Text Document
  21. HKEY_CLASSES_ROOT\CLSID\{00021844-0000-0000-C000-000000000046}\DefaultIcon = URLPAD.EXE,1
  22. HKEY_CLASSES_ROOT\CLSID\{00021844-0000-0000-C000-000000000046}\LocalServer32 = URLPAD.EXE
  23. HKEY_CLASSES_ROOT\CLSID\{00021844-0000-0000-C000-000000000046}\ProgId = SuperPad.Document.4
  24. HKEY_CLASSES_ROOT\CLSID\{00021844-0000-0000-C000-000000000046}\MiscStatus = 32
  25. HKEY_CLASSES_ROOT\CLSID\{00021844-0000-0000-C000-000000000046}\AuxUserType\3 = MFC 4.0 Text Document
  26. HKEY_CLASSES_ROOT\CLSID\{00021844-0000-0000-C000-000000000046}\AuxUserType\2 = Text Document
  27. HKEY_CLASSES_ROOT\CLSID\{00021844-0000-0000-C000-000000000046}\Insertable =
  28. HKEY_CLASSES_ROOT\CLSID\{00021844-0000-0000-C000-000000000046}\verb\1 = &Open,0,2
  29. HKEY_CLASSES_ROOT\CLSID\{00021844-0000-0000-C000-000000000046}\verb\0 = &Edit,0,2
  30. HKEY_CLASSES_ROOT\CLSID\{00021844-0000-0000-C000-000000000046}\InprocHandler32 = ole32.dll
  31.