S
Steve
Hi all,
Is it possible to force a multiline textbox to insert a hard cr/lf when
wordwrapping ??
What I would like is to get a string array from the textbox representing
exactly how the text appears in the box.
ie if I type in "hello there everyone" and the textbox wraps it over 2
lines, I want to get an array containing the 2 strings..
"hello there"
"everyone"
Can this be done with a standard textbox ?? Or is there a function that can
take a string and wrap it to a specified length and return an array ??
thanks in advance
Steve
Is it possible to force a multiline textbox to insert a hard cr/lf when
wordwrapping ??
What I would like is to get a string array from the textbox representing
exactly how the text appears in the box.
ie if I type in "hello there everyone" and the textbox wraps it over 2
lines, I want to get an array containing the 2 strings..
"hello there"
"everyone"
Can this be done with a standard textbox ?? Or is there a function that can
take a string and wrap it to a specified length and return an array ??
thanks in advance
Steve