本文介绍了在运行Windows的应用程序中执行多个进程的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

假设我花几分钟时间将大量数据加载到datagridview中,这一次我想从mdi菜单中打开另一个表单.

如何同步执行多个进程??

请帮助解决上述问题的任何说明.....

Suppose i load huge amount data into datagridview taking a few minute times, at this times i want to open another form from mdi menu.

How will i do to execute multiple process at synchronously???

Please help any instruction for the above problem.....

推荐答案


这篇关于在运行Windows的应用程序中执行多个进程的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-12 15:35