C# 实现窗口无边框,可拖动效果

        #region 无边框拖动效果         [DllImport("user32.dll")]//拖动无窗体的控件         public static extern bool ReleaseCapture();         [DllImport("user32.dll")]         public static extern bool SendMessage(
相关文章
相关标签/搜索