J
Jo
Hi,
can someone tell me how to use the multiline textbox??
when i use following code:
textbox.multiline = true
textbox.text = "eeee" & vbcrlf
textbox.text = "rrrr" & vbcrlf
textbox.text = "dddd" & vbcrlf
i only see "dddd" in my textbox, the rest i don't see!
What is wrong??
Jo
can someone tell me how to use the multiline textbox??
when i use following code:
textbox.multiline = true
textbox.text = "eeee" & vbcrlf
textbox.text = "rrrr" & vbcrlf
textbox.text = "dddd" & vbcrlf
i only see "dddd" in my textbox, the rest i don't see!
What is wrong??
Jo