TSTCON.REG
上传用户:bangxh
上传日期:2007-01-31
资源大小:42235k
文件大小:1k
源码类别:

Windows编程

开发平台:

Visual C++

  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. HKEY_CLASSES_ROOT.tcs = TestContainer.Document
  7. HKEY_CLASSES_ROOTTestContainer.Documentshellopencommand = TstCon32.EXE %1
  8. HKEY_CLASSES_ROOTTestContainer.Documentshellopenddeexec = [open("%1")]
  9. HKEY_CLASSES_ROOTTestContainer.Documentshellopenddeexecapplication = TstCon32
  10. ; note: the application is optional
  11. ;  (it defaults to the app name in "command")
  12. HKEY_CLASSES_ROOTTestContainer.Document = TC Document
  13. HKEY_CLASSES_ROOTTestContainer.DocumentCLSID = {198184FA-B837-11D0-8DF1-00C04FB68D60}
  14. HKEY_CLASSES_ROOTCLSID{198184FA-B837-11D0-8DF1-00C04FB68D60} = TC Document
  15. HKEY_CLASSES_ROOTCLSID{198184FA-B837-11D0-8DF1-00C04FB68D60}ProgId = TestContainer.Document
  16. HKEY_CLASSES_ROOTCLSID{198184FA-B837-11D0-8DF1-00C04FB68D60}LocalServer32 = TstCon32.EXE