A anaylor01 Well-Known Member Licensed User Longtime User May 30, 2011 #1 I want the text of a input box to have more than one line. Not the part the user actually types just the text above the input box.
I want the text of a input box to have more than one line. Not the part the user actually types just the text above the input box.
agraham Expert Licensed User Longtime User May 30, 2011 #2 B4X: Dim Id As InputDialog ret = Id.Show("Line One"[COLOR="Red"] & CRLF & [/COLOR]"Line Two", "B4A Input Dialog", "Yes", "No", "Maybe", Bmp) Upvote 0
B4X: Dim Id As InputDialog ret = Id.Show("Line One"[COLOR="Red"] & CRLF & [/COLOR]"Line Two", "B4A Input Dialog", "Yes", "No", "Maybe", Bmp)