摘要: https://blog.csdn.net/Cool2Feel/article/details/81018722 [System.Runtime.InteropServices.DllImport("user32.dll ")] public static extern int SetWindowL 阅读全文
posted @ 2023-03-01 17:44 不溯流光 阅读(93) 评论(0) 推荐(0) 编辑
摘要: 一、自定义颜色 this.BackColor = Color.FromArgb(255, 255, 255);//红、绿、蓝 应用于Pen、Brush、SolidBrush等: private Pen CustomizePenColor = new Pen(Color.FromArgb(0, 0, 阅读全文
posted @ 2023-03-01 17:05 不溯流光 阅读(1008) 评论(0) 推荐(0) 编辑