Am Dienstag, den 06.09.2011, 06:00 +0200 schrieb Andrea Bertini:
> @Charlie
>
> thx:-)
>
> I insert an hyperlink in TextEdit control with the code (test code):
>
> TextEdit1.RichText = "" & $_Param[1] &
> "/a>"
>
> The problem is to insert an hyperlink in an existing text at the curson
> positi
@Charlie
thx:-)
I insert an hyperlink in TextEdit control with the code (test code):
TextEdit1.RichText = "" & $_Param[1] &
"/a>"
The problem is to insert an hyperlink in an existing text at the curson
position
Andrea
--