private void Form1_MouseDown( object sender, System.Windows.Forms.MouseEventArgs e) { ReleaseCapture(); SendMessage( this .Handle, WM_SYSCOMMAND, SC_MOVE + HTCAPTION, 0 ); }
本文共 593 字,大约阅读时间需要 1 分钟。
转载于:https://www.cnblogs.com/sofire/archive/2010/06/24/1764620.html