mytextbox.text = "very long text..................";
If you want the text to be visible to the user you can change the TextMode
property of the textbox to multiple lines so more than just one line can be
seen at once.
"Hai Nguyen" <ha******@neo.tamu.edu> wrote in message
news:%2****************@TK2MSFTNGP10.phx.gbl...
I have a large amount of text want to insert into a textbox.
I would like to know how I can do that? Thanks
Both by design time and running time