举报
GUICtrlSetColor
DllCall("uxtheme.dll", "none", "SetThemeAppProperties", "int", 1) GUICreate("Form1", 625, 445) $Progress1 = GUICtrlCreateProgress(56, 304, 417, 41) GUICtrlSetColor(-1, 0x000000) GUICtrlSetBkColor(-1, 0xFFFFFF) GUISetState(@SW_SHOW) For $i = 0 To 100 Step 0.5 Sleep(100) GUICtrlSetData($Progress1, $i) Next
本版积分规则 发表回复 回帖后跳转到最后一页
|手机版|小黑屋|AUTOIT CN ( 鲁ICP备19019924号-1 )谷歌 百度
GMT+8, 2025-4-20 10:48 , Processed in 0.105640 second(s), 24 queries .
Powered by Discuz! X3.5 Licensed
© 2001-2025 Discuz! Team.