theguy0000 Posted January 23, 2006 Posted January 23, 2006 this might seem like a stupid question, but how can you center the text of a MsgBox? The cake is a lie.www.theguy0000.com is currentlyUP images.theguy0000.com is currentlyUP all other *.theguy0000.com sites are DOWN
Moderators SmOke_N Posted January 23, 2006 Moderators Posted January 23, 2006 With spaces or @tab? Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.
BigDod Posted January 23, 2006 Posted January 23, 2006 You could always make up your own one using a GUI. Time you enjoyed wasting is not wasted time ......T.S. Elliot Suspense is worse than disappointment................Robert Burns God help the man who won't help himself, because no-one else will...........My Grandmother
Bert Posted January 23, 2006 Posted January 23, 2006 I always use spaces and tabs too. It is just trial and error until you get it the way you want. I also use " & @CRLF & " to go to the next line. Take a look at a example I used in one program: MsgBox(0 + 32, "Help", " You can pick which way you like for your tickets to be printed."& @CRLF _ &"Default view will print the ticket as it is viewed when you first open the ticket."& @CRLF _ &"Report view is somewhat different, and will provide everything on one sheet. The "& @CRLF _ &"Report Detail view is default.") The Vollatran project My blog: http://www.vollysinterestingshit.com/
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