hmsSurprise Posted April 4, 2007 Posted April 4, 2007 I have found MsgBox and SplashTextOn but I am looking for something like a logging window that can continually show progress (maybe in a scrolling window). SplashTextOn seems to be for oneshot messages. There are so many features in AutoIt I maybe I just haven't found it yet or maybe I am looking for the wrong names. Thanks, jh
Slaiochi Posted April 4, 2007 Posted April 4, 2007 (edited) $edit = Guictrlcreateedit("",150,150,15,15) and Guictrlsetdata($edit, "Hi" & @CRLF,1) Try those Edited April 4, 2007 by Slaiochi
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now