举报
Dim $path While $path = "" For $i = 1 To 100 $path = IniRead(@ScriptDir & "\123.ini", "DeployPic", "Picture" & $i, "") Next WEnd
#include <GUIConstantsEx.au3> #include <WindowsConstants.au3> Dim $path,$gui,$a GUICreate("PIC",@DesktopWidth,@DesktopHeight,-1,-1) GUISetState(@SW_SHOW) While $path = "" For $i = 1 To 100 $path = IniRead(@ScriptDir & "\123.ini", "DeployPic", "Picture" & $i, "") GUICtrlDelete($a) $a = GUICtrlCreatePic(@HomeDrive & "" & $path, 0, 0,@DesktopWidth, @DesktopHeight) Sleep(3000) Next WEnd
本版积分规则 发表回复 回帖后跳转到最后一页
|手机版|小黑屋|AUTOIT CN ( 鲁ICP备19019924号-1 )谷歌 百度
GMT+8, 2025-4-20 16:13 , Processed in 0.090698 second(s), 20 queries .
Powered by Discuz! X3.5 Licensed
© 2001-2025 Discuz! Team.