bobheart 0 Posted August 4, 2004 Where do you put the splash so it starts and runs before the main GUI ?;; SMOOTH$message = ""SplashTextOn("TitleFoo", $message, -1, -1, -1, -1, 4, "")For $x = 1 to 20 $message = $message & $x & @LF ControlSetText("TitleFoo", "", "Static1", $message) sleep(100)Next Share this post Link to post Share on other sites
Josbe 1 Posted August 4, 2004 Where do you put the splash so it starts and runs before the main GUI ? <{POST_SNAPBACK}> AUTOIT > AutoIt docs / Beta folder - AutoIt latest beta Share this post Link to post Share on other sites