bool MyMethod(string x) //...我知道lambdas a-la编辑:BeginInvoke(MyMethod, x)不工作:
The best overloaded method match for 'System.Windows.Forms.Control.BeginInvokeconvert from 'method group' to '
在调试模式下运行应用程序时,我收到错误消息“在创建窗口句柄之前,无法在控件上调用Invoke或BeginInvoke”。在方法UpdateCustDetails中的第一个BeginInvoke上。loadCustomersDelegate del = new loadCustomersDelegate(UpdateCustDetails); {
publ
我在其中一篇文章中找到并在表单中使用了BeginInvoke。然而,我的问题是{ {} {// like in control.BeginInvoke((MethodInvoker)delegate{ Routine1(); });
// This should executeThis BeginInvoke</