我想在滑鼠的右鍵選單上加個階層式的選單
http://msdn.microsoft.com/en-us/library/cc144171%28VS.85%29.aspx#cascading_exten
ded
http://tinyurl.com/ylzg66w
找到這個說明
但是我照著裡面的說法去做,出來的選單是錯的沒有作用
也不會有階層選單出來,有沒有人可以幫忙看一下?
附上我寫的reg
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\*\shell\OpenWithAppLocale2]
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\*\shell\OpenWithAppLocale2\ExtendedSubCommandsKey]
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\*\shell\OpenWithAppLocale2\ExtendedSubCommandsKey\Shell]
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\*\shell\OpenWithAppLocale2\ExtendedSubCommandsKey\Shell\JP]
"MUIVerb"="以日文語系開啟"
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\*\shell\OpenWithAppLocale2\ExtendedSubCommandsKey\Shell\JP\command]
@="C:\\\\WINDOWS\\\\system32\\\\wscript.exe
C:\\\\windows\\\\system32\\\\LocaleStart.vbs 0411 \\\"%1\\\""
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\*\shell\OpenWithAppLocale2\ExtendedSubCommandsKey\Shell\TW]
"MUIVerb"="以繁體語系開啟"
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\*\shell\OpenWithAppLocale2\ExtendedSubCommandsKey\Shell\TW\command]
@="C:\\\\WINDOWS\\\\system32\\\\wscript.exe
C:\\\\windows\\\\system32\\\\LocaleStart.vbs 0404 \\\"%1\\\""
--
All Comments