摘要:
引入命名空间using System.Runtime.InteropServices; 声明API函数 在窗体的鼠标单击事件中引用 这样便可支持鼠标拖动无边框窗体 阅读全文
摘要:
基于C#winform设计。 首先创建一个类,我命名为IniFiles。并引入命名空间using System.Runtime.InteropServices; 接着,声明API函数 写入INI函数方法 /// <summary> /// 写入INI文件 /// </summary> /// <pa 阅读全文