TextBox Help

  • Thread starter Thread starter shachar
  • Start date Start date
S

shachar

hi all.
i have a TextBox, MultiLine=True:
1) Can i append Lines Of text - each in a different color?
2) i set RightToLeft=True, but when i use AppendText it
appends to the left - WHY?
thanks.
 
Hi,

You need to use the richtextbox instead.

Ken
-----------------
hi all.
i have a TextBox, MultiLine=True:
1) Can i append Lines Of text - each in a different color?
2) i set RightToLeft=True, but when i use AppendText it
appends to the left - WHY?
thanks.
 

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