C
Cheval
Does anyone know what are all the available registry settings for MODI?
Through much searching in google (msn search finds nothing) I've found the
following the following
' Write to File Only (uses current save folder and Note####.mdi as file name)
SetKeyValue HKEY_CURRENT_USER, "Software\Microsoft\Office\11.0\MODI\MDI
Writer", "PrivateFlags", 1, REG_DWORD
' Don't Show Popup Window
SetKeyValue HKEY_CURRENT_USER, "Software\Microsoft\Office\11.0\MODI\MDI
Writer", "OpenInMODI", 0, REG_DWORD
'Set persistent annotations
SetKeyValue HKEY_CURRENT_USER, "Software\Microsoft\Office\11.0\MODI\MDI
Writer", "BurnInAnnotations", 5, REG_DWORD
Through much searching in google (msn search finds nothing) I've found the
following the following
' Write to File Only (uses current save folder and Note####.mdi as file name)
SetKeyValue HKEY_CURRENT_USER, "Software\Microsoft\Office\11.0\MODI\MDI
Writer", "PrivateFlags", 1, REG_DWORD
' Don't Show Popup Window
SetKeyValue HKEY_CURRENT_USER, "Software\Microsoft\Office\11.0\MODI\MDI
Writer", "OpenInMODI", 0, REG_DWORD
'Set persistent annotations
SetKeyValue HKEY_CURRENT_USER, "Software\Microsoft\Office\11.0\MODI\MDI
Writer", "BurnInAnnotations", 5, REG_DWORD