Winform只允许运行一个实例
修改Program.cs,其中Scanning改成具体的项目名称using System; using System.Diagnostics; using System.Reflection; using System.Runtime.InteropServices; using System.Windows.Forms; nam...
C# winform 弹出输入框
1、首先添加新建项:C#窗体2、添加控件,并修改布局如下效果在这里插入图片描述修改TextBox控件name为txtString,修改button1控件name为btnOK,Text为确定,修改取消button2控件name为btnCancel...