随笔分类 -  C#——winform/control

摘要:牵扯到的概念有多线程异步读取,和control的beginInvoke的概念主要讲述怎样在多线程里面运行后,然后更改UI。先贴上代码:代码参考了C#多线程public class TestRun { static string runCommand = @;C:\Users\Administrator\Desktop\ansys 1\ansys.bat; public Process process = new Process(); public void RunBat() { FileInfo file = ... 阅读全文
posted @ 2012-10-09 18:53 我心微凉 阅读(1669) 评论(0) 推荐(0)