home *** CD-ROM | disk | FTP | other *** search
/ Using Visual C++ 4 (Special Edition) / Using_Visual_C_4_Special_Edition_QUE_1996.iso / ch09 / autoclik.reg < prev    next >
Windows Registry Data  |  1994-08-13  |  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\.ACK = Autoclik.Document.1
  8. HKEY_CLASSES_ROOT\Autoclik.Document.1\shell\open\command = AUTOCLIK.EXE %1
  9. HKEY_CLASSES_ROOT\Autoclik.Document.1\shell\open\ddeexec = [open("%1")]
  10. HKEY_CLASSES_ROOT\Autoclik.Document.1\shell\open\ddeexec\application = AUTOCLIK
  11.     ; note: the application is optional
  12.     ;  (it defaults to the app name in "command")
  13.  
  14. HKEY_CLASSES_ROOT\Autoclik.Document.1 = ACLIK Document
  15. HKEY_CLASSES_ROOT\Autoclik.Document.1\CLSID = {2106E720-AEF8-101A-9005-00DD0108D651}
  16.  
  17. HKEY_CLASSES_ROOT\CLSID\{2106E720-AEF8-101A-9005-00DD0108D651} = ACLIK Document
  18. HKEY_CLASSES_ROOT\CLSID\{2106E720-AEF8-101A-9005-00DD0108D651}\LocalServer = AUTOCLIK.EXE
  19. HKEY_CLASSES_ROOT\CLSID\{2106E720-AEF8-101A-9005-00DD0108D651}\ProgId = AutoClik.Document.1
  20.