随笔分类 -  WPF

摘要:01网络上有很多导出数据到Excel的方法,我在网上找到了一种比较简单实用的方法(参考了网友的方法) string fileName = ""; Microsoft.Win32.SaveFileDialog dlg = new Microsoft.Win32.SaveFileDialog(); dl 阅读全文
posted @ 2020-03-18 08:09 伺机而动的猎人 阅读(240) 评论(0) 推荐(0)
摘要:01 添加引用 [DllImport("user32.dll")] public static extern int MessageBoxTimeoutA(IntPtr hWnd, string msg, string Caps, int type, int Id, int time); //引用D 阅读全文
posted @ 2020-03-18 08:08 伺机而动的猎人 阅读(257) 评论(0) 推荐(0)