简体   繁体   English

是否可以在 Windows 窗体应用程序中创建第二个应用程序?

[英]Is it possible to create a second application in a windows form application?

Sometimes I have problems with reseting all the values that the main application uses.有时我在重置主应用程序使用的所有值时遇到问题。 So I want to create a second application which is executed by the main application so that I can refresh the second application whitout exiting the main one.所以我想创建一个由主应用程序执行的第二个应用程序,这样我就可以在不退出主应用程序的情况下刷新第二个应用程序。

是的,您可以使用Process.Start将第二个应用程序作为单独的进程启动。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM