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.
我正在.NET 2.0 中构建一个 winform 应用程序(不能使用 WPF)。带有 Webview 控件。因为应用程序是多线程的,并且 webview 控件基于 ActiveX 组件,所以我无法通过 Timer 控件等多线程组件刷新 url (WebView.navigate)。非 ActiveX webview 控件还有其他选择吗?
http://webkitdotnet.sourceforge.net/