请问如何修改Gui控件的背景颜色?
Posted: 30 May 2015, 01:03
谢谢!!
Let's help each other out
https://www.autohotkey.com:443/boards/
https://www.autohotkey.com:443/boards/viewtopic.php?f=27&t=7918
tmplinshi wrote:某些控件如 ListView 可以用 BackgroundRRGGBB 或者 Background颜色名称(例如 BackgroundRed)
Gui, Add, ListView, Background00FF00
大部分控件都没有直接的方法,可借助下面两个函数:
CtlColors -> http://ahkscript.org/boards/viewtopic.php?f=6&t=2197
ImageButton -> http://ahkscript.org/boards/viewtopic.php?f=6&t=1103