i was wondering if it is possible in c# to set to a text box a list of strings that are clickable links? at the moment i can set the text box like this
txtBox.Lines = values.ToArray();
ideally though i would like them as links if possible? maybe link labels or something?
Use RichTextBox and check this – http://www.codeproject.com/KB/edit/RichTextBoxLinks.aspx