摘要: public class Toast { public class ToastInfo { public Form Owner { get; set; } public string Text { get; set; } = ""; public bool Increase { get; set; 阅读全文
posted @ 2023-05-05 13:50 寒风gg 阅读(375) 评论(0) 推荐(0) 编辑
摘要: 获取分辨率缩放比例: public const int HORZRES = 8; public const int VERTRES = 10; public const int LOGPIXELSX = 88; public const int LOGPIXELSY = 90; public con 阅读全文
posted @ 2021-12-06 10:10 寒风gg 阅读(534) 评论(0) 推荐(0) 编辑
摘要: C#如何操作MySQL资料库? MySQL是有出过针对.NET的连接器(Connector),其实就是一些.NET DLL,大家可以去https://dev.mysql.com/downloads/connector/net/这个地址去找针对对应的.NET版本的连接器。 由于我当前电脑的.NET 版 阅读全文
posted @ 2018-04-04 18:27 寒风gg 阅读(254) 评论(0) 推荐(0) 编辑
摘要: 一般整型参数声明: 带字符串参数的API函数声明: 阅读全文
posted @ 2018-03-15 18:26 寒风gg 阅读(111) 评论(0) 推荐(0) 编辑