home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / mfc / ole / tstcon / tstcon.reg < prev    next >
Encoding:
Windows Registry Data  |  1998-03-27  |  1.0 KB  |  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\.tcs = TestContainer.Document
  8. HKEY_CLASSES_ROOT\TestContainer.Document\shell\open\command = TstCon32.EXE %1
  9. HKEY_CLASSES_ROOT\TestContainer.Document\shell\open\ddeexec = [open("%1")]
  10. HKEY_CLASSES_ROOT\TestContainer.Document\shell\open\ddeexec\application = TstCon32
  11.     ; note: the application is optional
  12.     ;  (it defaults to the app name in "command")
  13.  
  14. HKEY_CLASSES_ROOT\TestContainer.Document = TC Document
  15. HKEY_CLASSES_ROOT\TestContainer.Document\CLSID = {198184FA-B837-11D0-8DF1-00C04FB68D60}
  16.  
  17. HKEY_CLASSES_ROOT\CLSID\{198184FA-B837-11D0-8DF1-00C04FB68D60} = TC Document
  18. HKEY_CLASSES_ROOT\CLSID\{198184FA-B837-11D0-8DF1-00C04FB68D60}\ProgId = TestContainer.Document
  19. HKEY_CLASSES_ROOT\CLSID\{198184FA-B837-11D0-8DF1-00C04FB68D60}\LocalServer32 = TstCon32.EXE
  20.