How to Paste Text As a Hyperlink in Visual Basic
- 1). Create a new project by clicking on "File" and "New Project." Name it "Hyperlink Paste Tutorial" and click "Okay."
- 2). Drag the "RichTextBox" from the toolbox and insert it into your form.
- 3). Click on the "Run" button, which looks like a green arrow.
- 4). Type or paste a URL into the box. It will automatically become a hyperlink when you finish.
Source...