上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 19 下一页
摘要: Parent.cs: Child.cs: 阅读全文
posted @ 2018-12-20 16:54 Kyle0418 阅读(295) 评论(0) 推荐(0) 编辑
摘要: Result: 阅读全文
posted @ 2018-12-18 16:36 Kyle0418 阅读(170) 评论(2) 推荐(0) 编辑
摘要: dynamic MyDynamic = new System.Dynamic.ExpandoObject(); MyDynamic.A = "A"; MyDynamic.B = "B"; MyDynamic.C = "C"; MyDynamic.Number = 12; MyDynamic.MyMe 阅读全文
posted @ 2018-12-18 16:34 Kyle0418 阅读(770) 评论(1) 推荐(1) 编辑
摘要: public partial class Form1 : Form { [System.Runtime.InteropServices.DllImport("user32.dll")] private static extern bool RegisterHotKey( IntPtr hWnd, / 阅读全文
posted @ 2018-12-18 09:47 Kyle0418 阅读(422) 评论(0) 推荐(0) 编辑
摘要: NuGet: ByteScout PDF SDK https://bytescout.com/products/developer/pdfextractorsdk/convert-pdf-to-excel-xls 阅读全文
posted @ 2018-12-14 17:41 Kyle0418 阅读(137) 评论(0) 推荐(0) 编辑
摘要: 解决方案:(其中 TopMost = true 便可使窗口保持最前端) 阅读全文
posted @ 2018-12-14 17:07 Kyle0418 阅读(1006) 评论(0) 推荐(0) 编辑
摘要: 方法:重写 CreateParams 测试: 阅读全文
posted @ 2018-12-13 14:10 Kyle0418 阅读(176) 评论(0) 推荐(1) 编辑
摘要: To achieve the requirement, you can refer to the following steps: 1.Click "Project" and choose "Setting Properties…", then choose "Settings". 2.Add ne 阅读全文
posted @ 2018-12-12 16:59 Kyle0418 阅读(846) 评论(0) 推荐(0) 编辑
摘要: 置底前: 添加以下代码: 置底后: 阅读全文
posted @ 2018-12-11 17:02 Kyle0418 阅读(447) 评论(0) 推荐(0) 编辑
摘要: 1.启用或关闭 Windows 功能 勾选如下: 配置完成后等待几分钟 2.打开 IIS 查看默认网页,开启或重启 IIS 3.验证配置成功(Browse *:80(http)) 阅读全文
posted @ 2018-12-11 16:39 Kyle0418 阅读(111) 评论(0) 推荐(1) 编辑
上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 19 下一页