摘要: groupPrint.MouseDown += GroupBox1_MouseDown; #region 弹出层移动 [System.Runtime.InteropServices.DllImport("user32.dll", EntryPoint = "ReleaseCapture")] pub 阅读全文
posted @ 2019-10-23 11:41 LuoCore 阅读(386) 评论(0) 推荐(0)
摘要: https://www.cnblogs.com/mq0036/p/6421946.htmlusing System.Runtime.InteropServices; public class Win32 { public const Int32 AW_HOR_POSITIVE = 0x0000000 阅读全文
posted @ 2019-10-23 11:13 LuoCore 阅读(832) 评论(0) 推荐(0)