In my, I'm using CustomListview and labels.
on one label I clickable work like this :
Dim cs As CSBuilder
cs.Initialize.Append(CreateClickableWord("9225146803"))
Label1.Text = cs
cs.EnableClickEvents(Label1)
Word click :
Sub Word_Click (Tag As Object)
Log("aaaaaa" & Tag)...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.