TEXT BOX for a SIMPLE TEXT EDITOR

Started by domenicomaria, April 12, 2019, 06:56:58 AM

Previous topic - Next topic

domenicomaria

I want try to create
a simple text editor
in a MODAL FORM
using the TEXT BOX control
setting ON
the MULTI LINE STRING
option.


I need that
when the USER
press ENTER,
the CURSOR
has to GO
at the BEGINNING
of the NEXT ROW.

And if
the NEXT ROW
already EXISTS,
I want that
it has to CREATE
a NEW EMPTY ROW,
and the cursor
has to go
at the beginning
of this new row.

What have I to do
to achieve this ?

I simply
need to achieve
the same behaviour
of NOTEPAD

domenicomaria

does it seem to be
too much simple
this question ?

Or without a solution ?

domenicomaria

"Return As Tab"
must be
FALSE
...
and I get the RIGHT behaviour ...
...