[AHK-] Run 能不能放在 function裡?
看板EzHotKey作者PHP5 (Powered by Zend Engine2)時間16年前 (2009/01/06 16:51)推噓0(0推 0噓 0→)留言0則, 0人參與討論串1/2 (看更多)
初學 AHK ,想寫一個function 如下
把判斷IfWinExist, Run 函式化
RunOnce (ProgPath, Title="")
{
if (Title!="")
{
IfWinExist Title
{
WinActivate
return
}
}
Run ProgPath
}
#s:: RunOnce (sndvol32, Volume Control)
但是不work
不知道要怎樣才能達到我的要求?
--
※ 發信站: 批踢踢實業坊(ptt.cc)
◆ From: 140.112.250.220
※ 編輯: PHP5 來自: 140.112.250.220 (01/06 16:52)
討論串 (同標題文章)
以下文章回應了本文:
完整討論串 (本文為第 1 之 2 篇):
EzHotKey 近期熱門文章
PTT數位生活區 即時熱門文章