首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > .NET > C# >

c#桌面编程遇到的有关问题

2012-01-24 
c#桌面编程遇到的问题An unhandled exception of type System.InvalidOperationException occurred in S

c#桌面编程遇到的问题
An unhandled exception of type 'System.InvalidOperationException' occurred in System.Windows.Forms.dll

Additional information: Cross-thread operation not valid: Control 'btn_Start' accessed from a thread other than the thread it was created on.

运行的时候出现上面的错误提示。
说明:程序的功能是实现文件下载
btn_Start是开始按钮

请问这是什么原因,该怎么解决?

高手帮帮忙,谢谢~~

[解决办法]
肯定代码那里写的有问题
[解决办法]
跨线程操作要用 Control.Invoke 不能直接调用

热点排行