Multi Line Text box

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I need to write something like this in the multi line text box dynamically as
the value is obtained.

how can i do it

example:

abce 1232 qwert asdfg qwqw
ghdjhfj 685678 fkjdjfkd hh hjhjjhjh

and so on

Thank you
 
amruta said:
I need to write something like this in the multi line text box dynamically
as
the value is obtained.


Check out the control's 'Text' property, its parameterized 'Select' method,
its 'SelectedText' property and its 'AppendText' method.
 

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

Similar Threads

Index Match 3
MS Access Query 4
Converting file from XLS to TXT 4
multi-line text box 8
multi line list box 3
Multi-line comments 8
Firefox Multi-Account Containers 1
Multi Select List Box in Access 0

Back
Top