08 2020 档案

摘要:public class CookieHelper { [DllImport("Kernel32.dll")] private extern static int FormatMessage(int flag, ref IntPtr source, int msgid, int langid, re 阅读全文
posted @ 2020-08-27 11:40 长白山 阅读(749) 评论(0) 推荐(0)
摘要:转自:https://www.cnblogs.com/smiler/p/4644610.html openFileDialog的Filter属性设置 OpenFileDialog对话框的Filter属性说明: 首先说明一个示例,分析一下Filter属性的构成:“ Excel文件|*.xls ”,前面 阅读全文
posted @ 2020-08-21 22:15 长白山 阅读(371) 评论(0) 推荐(0)