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

大家帮忙看看解决办法

2012-02-02 
大家帮忙看看我写的小东西玩,有如下错误提示:Cross-threadoperationnotvalid:Controltimeaccessedfromathr

大家帮忙看看
我写的小东西玩,有如下错误提示:
Cross-thread   operation   not   valid:   Control   'time '   accessed   from   a   thread   other   than   the   thread   it   was   created   on.
这是什么原因。貌似线程?我新手,不懂!

[解决办法]
子线程操作主线程要用委托。
[解决办法]
control.invoke
textbox.invoke

热点排行