Evil_Has_Survived Posted April 23, 2006 Posted April 23, 2006 (edited) ok say this is my message box, with text. example name of the box = mymessagebox text in the box = this box is funny lalalalalal! *do you think it's funny?* ok so we got a box with a name, and text but under the text I want to add more text but well making message box's you can't use enter to make your text go down aline. so what I mean to explain more clearly how would I do this. :name of box = mymessagebox ........................................................ Text this box is funny lalalalalalalal! *do you think it's funny? OK ........................................................ thanks Edited April 23, 2006 by Evil_Has_Survived Thanks in advance
neogia Posted April 23, 2006 Posted April 23, 2006 Try using @CRLF: MsgBox(0,"Test Box", "First line of text." & @CRLF & "Second line of text.") [u]My UDFs[/u]Coroutine Multithreading UDF LibraryStringRegExp GuideRandom EncryptorArrayToDisplayString"The Brain, expecting disaster, fails to find the obvious solution." -- neogia
Evil_Has_Survived Posted April 23, 2006 Author Posted April 23, 2006 Try using @CRLF: MsgBox(0,"Test Box", "First line of text." & @CRLF & "Second line of text.") thanks ill try can you explain CRLF please if you have time Thanks in advance
Lakes Posted April 23, 2006 Posted April 23, 2006 thanks ill try can you explain CRLF please if you have timeCarriage Return Line Feed, like the old typewriter? 2015 - Still no flying cars, instead blankets with sleeves.
Evil_Has_Survived Posted April 23, 2006 Author Posted April 23, 2006 Carriage Return Line Feed, like the old typewriter?aww I see thanks Thanks in advance
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