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 = "<a href='" & $_Param[2] & "'>" & $_Param[1] &
> "/a>"
> 
> The problem is to insert an hyperlink in an existing text at the curson
> position
> 
> Andrea
Salut Andrea,

  Param1 = "gambas_1"
  Param2 = "http://gambas.sourceforge.net/en/main.html";

s = "<a href=\"" & Param2 & "\">" & Param1 & "</a>"  

s &= "<BR>" 

s &= "<a href=\"http://gambas.sourceforge.net/en/main.html\"; > gambas_2
</a>"

but you have no link event
-- 
Amicalement
Charlie


------------------------------------------------------------------------------
Special Offer -- Download ArcSight Logger for FREE!
Finally, a world-class log management solution at an even better 
price-free! And you'll get a free "Love Thy Logs" t-shirt when you
download Logger. Secure your free ArcSight Logger TODAY!
http://p.sf.net/sfu/arcsisghtdev2dev
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to