举报
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-3-6 02:31 , Processed in 0.085672 second(s), 23 queries .
Powered by Discuz! X3.5 Licensed
© 2001-2024 Discuz! Team.