08 2020 档案
摘要:微软的文档中说: An application cannot force a window to the foreground while the user is working with another window. Instead, Windows flashes the taskbar bu
阅读全文
摘要:private void Form1_FormClosing(object sender, FormClosingEventArgs e) { this.WindowState = FormWindowState.Minimized; e.Cancel = true; }
阅读全文
浙公网安备 33010602011771号