Heartsuit's Simple Blog

A place to hold mainly reading notes, and some technical stuff occasionally. 这里主要是一些读书笔记、感悟;还有部分技术相关的内容。


Project maintained by heartsuit Hosted on GitHub Pages — Theme by mattgraham

An unhandled exception of type 'System.InvalidCastException' occurred in System.Windows.Form.dll

目录[-]

// 需要在创建控件的线程中执行
...
BeginInvoke(new MethodInvoker(delegate ()
{
    ClearAll(this.webBrowser1.Document);
}));
...

If you have any questions or any bugs are found, please feel free to contact me.

Your comments and suggestions are welcome!


「说点什么吧😊~~😊」: