修改启动文件Program.cs
static class Program { /// summary /// 应用程序WhatsApp提示网络错误的主入口点。 /// /summary [STAThreWhatsApp防封黑科技ad] static void Main() { Process instance = RunningInstance(); if (instance == null) { //没有实例在运行 ApplWhatsApp短信验证不了ication.EnableVisualStyles(); Application.SetCompatibleTextRenderingDefault(false); Application.Run(new Form1()); } else { //已经有一个实例在运行 HandleRunningInstance(instance); } } private static Process RunningInstance() { Process current = Process.GetCurrentProcess(); Process[] processes = Process.GetProcesseWhatsApp没有朋友圈sByName(current.ProcessName); //遍历与当前进程名称相同的进程列表 foreach (Process process in processes) { //如果实例已经存在则忽略当前进程 if (process.Id != current.Id) { //保证要打开的进程同已经存在的进程来自同一文件路径 if (Assembly.GetExecutingAssemb国内可以用WhatsApp吗ly().Location.Replace(/, \\)WhatsApp破解版 == current.MainModule.FilWhatsApp消息记录eName) { //返回已经存在的进程 return process; } } } return null; } public static void HandleRunningInstance(Process instance) { ShowWindowAsync(instance.MainWindowHandle, WS_SHOWNORMAL); SetForegroundWindow(instance.MainWindowHandle); } [DllImport(User32.dll)] private static extern bool ShowWindowAsync(IntPtr hWnd, int cmdShow); [DllImport(User32.dll)] WhatsApp不能用了吗private static extern bool SetForegroundWindow(IntPtr hWnd); private const int WS_SHOWNORMAL = 1; }
要看你运行的是啥子程序,是系统自带的话重新安装系统就行了。如果是其他软件WhatsApp需要付费吗的话,把软件卸载掉后杀毒后重新安装就行了。
处理器上的金属或内存固定不紧
WhatsApp中文网页版 - WhatsApp官网请注明:WhatsApp中文网页版 - WhatsApp官网 » WhatsApp怎么看朋友动态 C#双击界面图标时判断程序是否在运行,如果程序在运行弹出窗体