Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个richboxtext,我有一些带有链接的文本。如何激活它们?现在它们被找到了,光标变为手形,我可以按下它们,但没有其他反应。当我单击它时,我想在浏览器中打开它。
谢谢。
Protected Sub Link_Clicked(ByVal sender As Object, ByVal e As System.Windows.Forms.LinkClickedEventArgs) 处理 RichTextBox1.LinkClicked System.Diagnostics.Process.Start(e.LinkText) End Sub
我们就是我:))