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 / cdoc.reg next >
Encoding:
Windows Registry Data  |  1995-08-06  |  1.1 KB  |  41 lines

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