您需要 登录 才可以下载或查看,没有账号?加入
举报
$destination = "..\GUI\mslogo.jpg" SplashImageOn("Splash Screen", $destination,250,50) Sleep(3000) SplashOff()
#include <GUIConstantsEx.au3> #include <StaticConstants.au3> #include <WindowsConstants.au3> $Form1 = GUICreate("Form1", 313, 102, 192, 124) $Label1 = GUICtrlCreateLabel("hello world", 16, 16, 54, 70) GUISetState(@SW_SHOW) While 1 $nMsg = GUIGetMsg() Switch $nMsg Case $GUI_EVENT_CLOSE Exit EndSwitch WEnd
#include <GUIConstantsEx.au3> #include <StaticConstants.au3> #include <WindowsConstants.au3> SplashTextOn("Form1", "hello world", @DesktopWidth/2, @DesktopHeight/20, -1, -1, 33, "", @DesktopHeight/60) While 1 $nMsg = GUIGetMsg() Switch $nMsg Case $GUI_EVENT_CLOSE Exit EndSwitch WEnd
本版积分规则 发表回复 回帖后跳转到最后一页
|手机版|小黑屋|AUTOIT CN ( 鲁ICP备19019924号-1 )谷歌 百度
GMT+8, 2025-3-3 05:07 , Processed in 0.085707 second(s), 24 queries .
Powered by Discuz! X3.5 Licensed
© 2001-2024 Discuz! Team.