whiteknight2 Posted November 4, 2008 Posted November 4, 2008 Hi i am trying to output a message box function by outputing a warning message i am using the msgbox() function but my text is too long how do i format the text to a nicer look by have paragraph and spacing between the text as currently all are lump together i cannot find any article on the msgbox function formatting of the text box function
ajit Posted November 4, 2008 Posted November 4, 2008 Use MsgBox(flage, "title", "Text_line1" & @CRLF & @CRLF & " Text_line2")
whiteknight2 Posted November 4, 2008 Author Posted November 4, 2008 Use MsgBox(flage, "title", "Text_line1" & @CRLF & @CRLF & " Text_line2")thanks a lot it workstrying to input more gui into my auto installation
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