<code> protected override void WndProc(ref Message m) { const int WM_NCPAINT = 0x0085; if (m.Msg == WM_NCPAINT) { m.Result=(IntPtr) 0; return; } base.
確定! 回上一頁