随笔分类 -  Winform

摘要:[System.Runtime.InteropServices.DllImport("user32.dll", CharSet = System.Runtime.InteropServices.CharSet.Auto, ExactSpelling = true)] public static ex 阅读全文
posted @ 2020-04-29 09:14 东京花语 阅读(1796) 评论(1) 推荐(1)
摘要:protected override CreateParams CreateParams { get { CreateParams cp = base.CreateParams; cp.ExStyle |= 0x02000000; // Turn on WS_EX_COMPOSITED if (th 阅读全文
posted @ 2020-04-27 10:02 东京花语 阅读(485) 评论(0) 推荐(0)