LEO's DotNET Blog

技术 业务 = 企业应用软件

博客园 首页 新随笔 联系 订阅 管理
  45 Posts :: 0 Stories :: 106 Comments :: 2 Trackbacks

公告

02 2008 档案

摘要: BackgroundWorker是vs2005自带的,以下代码实现异步修改TextBox的Text1privatevoidbutton2_Click(objectsender,EventArgse)2{3this.textBox1.Text="start";45this.backgroundWorker1.RunWorkerCompleted+=newRunWorkerCompletedEvent...阅读全文
posted @ 2008-02-14 11:39 !LEO 阅读(318) | 评论 (2) 编辑

摘要: 1usingSystem;2usingSystem.Collections.Generic;3usingSystem.ComponentModel;4usingSystem.Data;5usingSystem.Drawing;6usingSystem.Text;7usingSystem.Windows.Forms;8usingInterop.Word;910namespaceDataAccessT...阅读全文
posted @ 2008-02-13 15:15 !LEO 阅读(1700) | 评论 (1) 编辑