text1.Seltext - vb.net equivalent?

  • Thread starter Thread starter jn
  • Start date Start date
J

jn

greetings,

what is the correct way to add text to a textbox in vb.net
concatenating it to text that the textbox already
contains? I am experimenting with text1.text.concat but
having some problems. Any help appreciated.

thanks
jn
 
jn said:
what is the correct way to add text to a textbox in vb.net
concatenating it to text that the textbox already
contains?

Take a look at the textbox's 'AppendText' method and 'SelectedText'
property.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top