winform窗体最小化const int WM_SYSCOMMAND = 0x112;
winform窗体最小化const int SC_CLOSE = 0xF060;
winform窗体最小化const int SC_MINIMIZE = 0xF020;
winform窗体最小化const int SC_MAXIMIZE = 0xF030;
winform窗体最小化protected override void WndProc(ref Message m)
}

相关文章: