I want to keep adding loads of text into a textbox or rtf...
in vb6 you had the SELTEXT option in the rtf to add text to the textbox...
in vb.net i can't seem to find that function.
now i have to use
text1.text &= text1.text & "something here"
but with 400+ lines it becomes VERY SLOW...
so how can i add text after a certain part of the text without it slowing down (like in vb6 with the rtf)
edit :
Nevermind found it.. its SELECTEDTEXT :P


Reply With Quote
