摘要:
In WinForm, when we trying to set a value for Text property of a TextBox control that run in another thread, we can use code like this:inttotalFileNumbers=ReturnTotalFiles();delegate_SetBarMaximumdel_SetMax=newdelegate_SetBarMaximum(SetProgressBar_Maximum);Invoke(del_SetMax,newObject[]{totalFileNum. 阅读全文
posted @ 2011-11-29 16:56
零点零一
阅读(479)
评论(0)
推荐(0)