摘要: BackgroundWorker是vs2005自带的,以下代码实现异步修改TextBox的Text1privatevoidbutton2_Click(objectsender,EventArgse)2{3this.textBox1.Text="start";45this.backgroundWorker1.RunWorkerCompleted+=newRunWorkerCompletedEvent...阅读全文
02 2008 档案
摘要: 1usingSystem;2usingSystem.Collections.Generic;3usingSystem.ComponentModel;4usingSystem.Data;5usingSystem.Drawing;6usingSystem.Text;7usingSystem.Windows.Forms;8usingInterop.Word;910namespaceDataAccessT...阅读全文