peanutman
01-07-2005, 09:33 AM
by accident i discovered this:
if you do something like
me.text = "test" & vbcrlf & "test2"
your form.text will actualy have place for 2 lines of text (see screenshot if you don't understand)
but the problem is it shows the vbcrlf as squares, and doesn't put the "test2" on the new line
if a textbox has it's multiline property set to false, it wil also show all vbcrlf's as squares (but a form doesn't have a multipline property)
i was wondering if it were possible to have a true multiline form.text, with 2 lines of text.
does anyone know how? or is this just a glitch i discovered?
Reinout,
if you do something like
me.text = "test" & vbcrlf & "test2"
your form.text will actualy have place for 2 lines of text (see screenshot if you don't understand)
but the problem is it shows the vbcrlf as squares, and doesn't put the "test2" on the new line
if a textbox has it's multiline property set to false, it wil also show all vbcrlf's as squares (but a form doesn't have a multipline property)
i was wondering if it were possible to have a true multiline form.text, with 2 lines of text.
does anyone know how? or is this just a glitch i discovered?
Reinout,