home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / com / acdual / server / autoclik.reg < prev    next >
Windows Registry Data  |  1998-04-02  |  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 = AutoClick.Document
  8. HKEY_CLASSES_ROOT\AutoClick.Document\shell\open\command = AUTOCLIK.EXE %1
  9. HKEY_CLASSES_ROOT\AutoClick.Document\shell\open\ddeexec = [open("%1")]
  10. HKEY_CLASSES_ROOT\AutoClick.Document\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\AutoClick.Document = AClick Document
  15. HKEY_CLASSES_ROOT\AutoClick.Document\CLSID = {FC866850-9F96-11CE-B0F2-00AA006C28B3}
  16.  
  17. HKEY_CLASSES_ROOT\CLSID\{FC866850-9F96-11CE-B0F2-00AA006C28B3} = AClick Document
  18. HKEY_CLASSES_ROOT\CLSID\{FC866850-9F96-11CE-B0F2-00AA006C28B3}\LocalServer32 = AUTOCLIK.EXE
  19. HKEY_CLASSES_ROOT\CLSID\{FC866850-9F96-11CE-B0F2-00AA006C28B3}\ProgId = AutoClick.Document
  20.