「TranslucentTB – 用小工具让 Windows 任务栏透明」的评论 http://inloveinparis.com/translucenttb-for-windows/ 分享免费、小巧、实用、有趣、绿色的软件 Fri, 13 Mar 2020 06:09:18 +0000 hourly 1 https://wordpress.org/?v=6.8.1 评论者:momoyo http://inloveinparis.com/translucenttb-for-windows/comment-page-1/#comment-465539 Fri, 13 Mar 2020 06:09:18 +0000 http://inloveinparis.com/translucenttb-for-windows/#comment-465539 回复给 山城子

在”窗口最大化“那一项取消”启用“即可。我用的是目前Microsoft Store里面的汉化版。

]]>
评论者:山城子 http://inloveinparis.com/translucenttb-for-windows/comment-page-1/#comment-465022 Sun, 23 Feb 2020 19:42:37 +0000 http://inloveinparis.com/translucenttb-for-windows/#comment-465022 我又来留言了,因为在微软商店搜索这个软件时,突然发现多出一个汉化版,真是极大方便了我这种英文不好的人。

]]>
评论者:poerin http://inloveinparis.com/translucenttb-for-windows/comment-page-1/#comment-464689 Wed, 05 Feb 2020 05:35:44 +0000 http://inloveinparis.com/translucenttb-for-windows/#comment-464689 VarSetCapacity(rectWorkingArea, 16)
VarSetCapacity(rectScreen, 16)
NumPut(A_ScreenWidth, rectScreen, 8, “Int”)
NumPut(A_ScreenHeight, rectScreen, 12, “Int”)
DllCall(“User32\SystemParametersInfo”, Int, 48, Int, 0, Ptr, &rectWorkingArea, Int, 1)

; Win+A,隐藏/显示任务栏
#a::
IfWinNotExist, ahk_class Shell_TrayWnd
{
WinShow ahk_class Shell_TrayWnd
DllCall(“User32\SystemParametersInfo”, Int, 47, Int, 0, Ptr, &rectWorkingArea, Int, 1)
}
else
{
WinHide ahk_class Shell_TrayWnd
DllCall(“User32\SystemParametersInfo”, Int, 47, Int, 0, Ptr, &rectScreen, Int, 1)
}
return

]]>
评论者:poerin http://inloveinparis.com/translucenttb-for-windows/comment-page-1/#comment-464688 Wed, 05 Feb 2020 05:34:02 +0000 http://inloveinparis.com/translucenttb-for-windows/#comment-464688 ; Win+A,隐藏/显示任务栏
#a::
IfWinNotExist, ahk_class Shell_TrayWnd
{
WinShow ahk_class Shell_TrayWnd
DllCall(“User32\SystemParametersInfo”, Int, 47, Int, 0, Ptr, &rectWorkingArea, Int, 1)
;DllCall(“User32\SetWindowPos”, Ptr, 0, Ptr, , Int, , Int, , Int, , Int, , UInt, ,)
}
else
{
WinHide ahk_class Shell_TrayWnd
DllCall(“User32\SystemParametersInfo”, Int, 47, Int, 0, Ptr, &rectScreen, Int, 1)
}
return

]]>
评论者:嗷呜 http://inloveinparis.com/translucenttb-for-windows/comment-page-1/#comment-464552 Tue, 21 Jan 2020 04:31:04 +0000 http://inloveinparis.com/translucenttb-for-windows/#comment-464552 不支持win7?

]]>
评论者:游魂 http://inloveinparis.com/translucenttb-for-windows/comment-page-1/#comment-464539 Mon, 20 Jan 2020 03:18:39 +0000 http://inloveinparis.com/translucenttb-for-windows/#comment-464539 用了几个月了,还挺好看的

]]>
评论者:负能量大黑洞 http://inloveinparis.com/translucenttb-for-windows/comment-page-1/#comment-464527 Sun, 19 Jan 2020 05:08:01 +0000 http://inloveinparis.com/translucenttb-for-windows/#comment-464527 按照Hue设置了半天都没有成功,不知道问题在哪儿。最后一步的文件创建了还是木有反应

]]>
评论者:薛定猫的鳄 http://inloveinparis.com/translucenttb-for-windows/comment-page-1/#comment-464520 Sun, 19 Jan 2020 00:35:35 +0000 http://inloveinparis.com/translucenttb-for-windows/#comment-464520 startlsback它不香么,一开机就是透明的

]]>
评论者:maclanelf http://inloveinparis.com/translucenttb-for-windows/comment-page-1/#comment-464519 Sun, 19 Jan 2020 00:33:17 +0000 http://inloveinparis.com/translucenttb-for-windows/#comment-464519 我的关机-启动可以成功,直接重启就不行,啥原因呢

]]>
评论者:四浪 http://inloveinparis.com/translucenttb-for-windows/comment-page-1/#comment-464513 Sat, 18 Jan 2020 09:13:58 +0000 http://inloveinparis.com/translucenttb-for-windows/#comment-464513 回复给 山城子

需要设置以下,默认是无窗口最大化才有效果的。

]]>