开发者

Hide hyperlink URL in RichTextBox (Windows Forms) [duplicate]

开发者 https://www.devze.com 2023-02-10 11:33 出处:网络
This question already has an answer here: Broken hyperlinks in RTF file in RichTextBox (1 answer) 开发者_运维技巧
This question already has an answer here: Broken hyperlinks in RTF file in RichTextBox (1 answer) 开发者_运维技巧 Closed 4 years ago.

Hyperlinks are displayed with both a "friendly name" and the actual link itself in RichTextBox in Windows Forms (.NET).

Example:

Google <http://www.google.com>

What I really want is:

Google

Anyone know how to only show the friendly name in the hyperlink, and hide the actual link?


You are doomed man :). See this thread and corresponding codeproject article as well.

0

精彩评论

暂无评论...
验证码 换一张
取 消