Good idea, but it still displays it all in one line even though no horizontal scroll bar is apparent. I can't find a way to put a new line in the text box even once the dialog is open since hitting enter closes the dialog box (hits the pushbutton). I'm still thinking it's a property setting for...
Well I have tried both Chr(10) and Chr(13) and both are just showing up as a verticle line, which means to me that they are not displaying properly in the textbox. I wonder if at this point it is a setting in the textbox properties that can make these display correctly.
I did verify that...
MrMilson,
I'm trying to display a long list of information from the session in a dialog box. I currently use a listbox but there is no way for the user to copy specific info from the listbox and there is also a maximum number of entries in a listbox (some of the information being collected is...
Thanks Molby,
Unfortunately I tried that and it is not working. I get:
String1||String2|| etc....
Could it be a property I can add to the textbox to display these characters correctly (aka create the linefeed)?
Hello,
Does anyone know how to create a new line in a text box. For instance, if I wanted to display 5 strings in one text box like:
------------
| String1 |
| String2 |
| String3 |
| String4 |
| String5 |
------------
I have tried many different things but with no luck.
Thanks!
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.