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.
我将所有输入都放在控制台应用程序上,我喜欢这种方式。我的问题是,如何修复控制台应用程序中的示例读取输入,然后在 Windows 窗体应用程序中对其进行处理?我希望我的两个应用程序同时运行。控制台应用程序将在 Win App 执行其他操作时执行某些操作,但如果我愿意,我可以连接它们。
我努力了 :
Form1 win = new Form1(); win.show();
但它没有用。我看到的窗口开关是堆叠的,无法正常运行。
1-创建一个winforms应用程序
2- 将输出类型设置为Console ApplcationbyProject/Properties/Application/Output Type
Console Applcation
Project/Properties/Application/Output Type
现在你有一个 Windows 应用程序和一个控制台