S siddsg Member Licensed User Longtime User Dec 3, 2013 #1 Hello, I have an app where I would like to insert a link within the text on the label. For eg, I want to have a Google Play link on the word HERE, in the below string: "Click HERE for advanced app" Pointers will be most appreciated! Thanks so much, Sidd
Hello, I have an app where I would like to insert a link within the text on the label. For eg, I want to have a Google Play link on the word HERE, in the below string: "Click HERE for advanced app" Pointers will be most appreciated! Thanks so much, Sidd
NJDude Expert Licensed User Longtime User Dec 3, 2013 #2 You can either use the CLICK event of the label or use THIS library. Upvote 0
P Petrus Member Licensed User Longtime User Dec 3, 2013 #3 It would go with "RtfLabel". Regards Petrus Upvote 0
S siddsg Member Licensed User Longtime User Dec 7, 2013 #4 Thanks, NJDude....LabelExtras is awesome! Upvote 0