Application.DoEvents()和多线程
摘要:
首先将以下代码放到Button事件里面: private void btnStart_Click(object sender, EventArgs e) { for (int q = 0; q < 100000; q++) { textBox1.Text = q.ToString(); } } 你会 阅读全文
posted @ 2015-08-14 16:54 喝咖啡就蒜瓣儿 阅读(1055) 评论(1) 推荐(0)
浙公网安备 33010602011771号