文件名称:test2
介绍说明--下载内容均来自于网络,请自行研究使用
用户界面线程示例:
在这个例子中我们要学会如何创建一个可以单独执行的功能,且可以和应用程序同时运行的线程,而且该线程需要自己的用户界面,也就是说用户的操作和你程序的运算不会有干扰。例如在文档应用程序中的查询和替换功能。在这个例子中我们需要使用框架中的AfxBegin Thread()函数来创建用户界面线程。这将对线程具有完全控制权,我们将创建自己的CWinThread派生线程类。
-User interface thread example:
In this case we have to learn how to create a function that can be performed alone, and thread, and applications can run simultaneously, and the thread needs its own user interface, which means that the user s operation of the operation and will not interfere with your program . Such as search and replace function in the document applications. In this case we need to use the fr a mework AfxBegin Thread () function to create the user interface thread. This will have complete control over the thread, we will create your own thread CWinThread derived class.
在这个例子中我们要学会如何创建一个可以单独执行的功能,且可以和应用程序同时运行的线程,而且该线程需要自己的用户界面,也就是说用户的操作和你程序的运算不会有干扰。例如在文档应用程序中的查询和替换功能。在这个例子中我们需要使用框架中的AfxBegin Thread()函数来创建用户界面线程。这将对线程具有完全控制权,我们将创建自己的CWinThread派生线程类。
-User interface thread example:
In this case we have to learn how to create a function that can be performed alone, and thread, and applications can run simultaneously, and the thread needs its own user interface, which means that the user s operation of the operation and will not interfere with your program . Such as search and replace function in the document applications. In this case we need to use the fr a mework AfxBegin Thread () function to create the user interface thread. This will have complete control over the thread, we will create your own thread CWinThread derived class.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
test2.txt