2018年6月21日

使用 richtextbox 输出程序运行信息

摘要: private delegate void Refresh_CallBack(Color color,string text); private void ControlsRefresh(Color color, string text) { if (this.richTextBox1.InvokeRequired) ... 阅读全文

posted @ 2018-06-21 17:09 陈德洲 阅读(226) 评论(0) 推荐(0) 编辑

多线程 更新 winform 控件的值,以避免UI线程的卡顿

摘要: 委托 函数实现 子线程这样调用: 阅读全文

posted @ 2018-06-21 16:27 陈德洲 阅读(249) 评论(0) 推荐(0) 编辑

多线程 以及 主程序退出时 子线程的销毁

摘要: 线程创建 线程函数定义及实现: 主线程退出时销毁子线程: 阅读全文

posted @ 2018-06-21 16:20 陈德洲 阅读(322) 评论(0) 推荐(0) 编辑

导航