Re: [AHK-] 如何自动让特定视窗半透明

楼主: frank38 (:~)   2013-12-24 02:25:02
你的 code 是可以运作的,前提是小算盘要先开启,再执行 code 才会有反应
可以透过 SetTimer 来 polling
范例:
#Persistent
SetTimer, TransparentWin, 100, On ; 0.1 second
TransparentWin:
IfWinExist, ahk_class CalcFrame
{
WinSet, Transparent, 150, ahk_class CalcFrame
}
Return
※ 引述《nvalue (士林天母萝 行きます!!)》之铭言:
: 对不起,刚入门
: 自己想学着试,可是怎么也试不出来
: 假如想一开启小算盘,就变成半透明 该怎么做? 谢谢
: 下面是失败的
: IfWinExist, ahk_class CalcFrame
: {
: WinSet, Transparent, 150, ahk_class CalcFrame
: return
: }
: 谢谢各位
作者: nvalue (木天蓼)   2013-02-24 16:56:00
感谢!! 这真是太深奥了

Links booklink

Contact Us: admin [ a t ] ucptt.com