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.
我正在探索在 WebBrowser 控件中嵌入 LinkLabel 控件的可行性。有人可以告诉我是否可行吗?
如果可行,那么如何实施。寻找代码片段。
~neerAJ
不可能。WebBrowser 控件显示 HTML,它不能包含任何 Winforms 控件。
您可以考虑使用 WebBrowser.Document 属性修改 HTML,使用该<a>元素。您可以使用 HtmlElement.Click 事件检测单击。您需要非常清楚原始 HTML 的样子才能知道在哪里插入元素。
<a>