CB32 1.2 sources

This commit is contained in:
troyengel 2014-11-26 13:59:13 -06:00
parent cf25bc7627
commit fd87f89a19
100 changed files with 14543 additions and 0 deletions

14
CB32.reg Normal file
View file

@ -0,0 +1,14 @@
REGEDIT
; This .REG file may be used by your SETUP program.
; If a SETUP program is not available, the entries below will be
; registered in your InitInstance automatically with a call to
; CWinApp::RegisterShellFileTypes and COleObjectFactory::UpdateRegistryAll.
HKEY_CLASSES_ROOT\.cbd = CB32.Document
HKEY_CLASSES_ROOT\CB32.Document\shell\open\command = CB32.EXE %1
HKEY_CLASSES_ROOT\CB32.Document\shell\open\ddeexec = [open("%1")]
HKEY_CLASSES_ROOT\CB32.Document\shell\open\ddeexec\application = CB32
; note: the application is optional
; (it defaults to the app name in "command")
HKEY_CLASSES_ROOT\CB32.Document = CB32 Document