I have code that will make a portion of the text in a richtextbox look like a hyperlink but when you click on it the program doesn't launch.
Does anyone know how to make it launch?
This is what I am trying to do:
A user will be typing in text in a RichTextBox and I want them to have the ability to add a URL or a link to a file on their harddrive. When they click the link I want the program to launch.
Here is a link where I found info on how to make the text look like a hyperlink but when you select the link it doesn't do anything.
http://www.vbforums.com/showthread....ht=rich+textbox
