C# 實現窗口無邊框,可拖動效果

        #region 無邊框拖動效果         [DllImport("user32.dll")]//拖動無窗體的控件         public static extern bool ReleaseCapture();         [DllImport("user32.dll")]         public static extern bool SendMessage(
相關文章
相關標籤/搜索