home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Programmer'…arterly (Limited Edition) / Visual_Basic_Programmers_Journal_VB-CD_Quarterly_Limited_Edition_1995.iso / code / ch14code / store.reg < prev    next >
Windows Registry Data  |  1995-08-08  |  995b  |  35 lines

  1. REGEDIT4
  2. *****************************************************************
  3. Register file types for the STORE application.
  4.  
  5. [HKEY_CLASSES_ROOT\.ole]
  6. @="Store.Application"
  7.  
  8. [HKEY_CLASSES_ROOT\.cdoc\ShellNew]
  9. "NullFile"=""
  10.  
  11. *****************************************************************
  12. Register the command lines that Windows uses for opening and
  13. printing  STORE documents.
  14.  
  15. [HKEY_CLASSES_ROOT\Store.Application]
  16. @="OLE Storage Demo"
  17.  
  18. [HKEY_CLASSES_ROOT\Store.Application\shell]
  19.  
  20. [HKEY_CLASSES_ROOT\Store.Application\shell\open]
  21.  
  22. [HKEY_CLASSES_ROOT\Store.Application\shell\open\command]
  23. @="C:\\VBBOOK\\SAMPLES\\CH14\\STORE.EXE %1"
  24.  
  25. [HKEY_CLASSES_ROOT\Store.Application\shell\print]
  26.  
  27. [HKEY_CLASSES_ROOT\Store.Application\shell\print\command]
  28. @="C:\\VBBOOK\\SAMPLES\\CH14\\STORE.EXE /p %1"
  29.  
  30. [HKEY_CLASSES_ROOT\Store.Application\shell\printto]
  31.  
  32. [HKEY_CLASSES_ROOT\Store.Application\shell\printto\command]
  33. @="C:\\VBBOOK\\SAMPLES\\CH14\\STORE.EXE /pt %1 %2 %3 %4"
  34.  
  35.