Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 VC++ 中创建了一个应用程序。我想从我的应用程序的线程中运行其他应用程序。同样不等待线程的响应,我想退出我的应用程序。
我正在使用 VC++ 6.0。
谢谢,
您在单独的进程中运行另一个应用程序,然后退出您的进程。线程不能运行其他应用程序。进程用于运行应用程序。