標籤:top msu toc ack message bin csdn main winform
轉自 http://blog.csdn.net/talking12391239/article/details/40712759
親測可用
tencent://Message/?Uin=000000&websiteName=qzone.qq.com&Menu=yes
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\Tencent\DefaultIcon]
@="C:\\Program Files\\Tencent\\QQ\\Bin\\Timwp.exe,1"
[HKEY_CLASSES_ROOT\Tencent\shell\open]
首先是連結,超級簡單 <a href="bbfexe://123456">計算機</a>
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\bbfexe]
"URL Protocol"="C:\\WINDOWS\\system32\\calc.exe"
@="TencentProtocol"
[HKEY_CLASSES_ROOT\bbfexe\DefaultIcon]
@="C:\\WINDOWS\\system32\\calc.exe,1"
[HKEY_CLASSES_ROOT\bbfexe\shell]
[HKEY_CLASSES_ROOT\bbfexe\shell\open]
[HKEY_CLASSES_ROOT\bbfexe\shell\open\command]
@="\"C:\\WINDOWS\\system32\\calc.exe\" \"%1\""
winform 中 static void Main(string[] args)
args就是傳過來的參數 %1
自訂瀏覽器協議,實現web程式調用本地程式