上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 19 下一页
摘要: KeyPress:非控制按键 KeyDown:按键按下触发 KeyUp:按键弹起触发 事件不触发时,尝试: 阅读全文
posted @ 2018-11-21 17:21 Kyle0418 阅读(2386) 评论(1) 推荐(0) 编辑
摘要: 实现复制和粘贴(内容可修改) 阅读全文
posted @ 2018-11-21 17:10 Kyle0418 阅读(3609) 评论(3) 推荐(0) 编辑
摘要: Here is the conversion code: Before using it, you need to add "DocumentUltimate" from "NuGet". The specific operation is as follows: Right click the R 阅读全文
posted @ 2018-11-21 17:01 Kyle0418 阅读(531) 评论(0) 推荐(1) 编辑
摘要: 遍历文件夹和文件 获取目录下的文件和子目录(不递归目录,支持通配符查找) 获取指定文件信息 复制文件夹下所有内容 获取文件夹大小 阅读全文
posted @ 2018-11-21 16:52 Kyle0418 阅读(874) 评论(0) 推荐(0) 编辑
摘要: 加载初始网页 加载初始html 或 加载pdf文件 在html中嵌入pdf 阅读全文
posted @ 2018-11-21 16:14 Kyle0418 阅读(476) 评论(0) 推荐(0) 编辑
摘要: private void button1_Click(object sender, EventArgs e) { panel1.Controls.Clear(); WebBrowser wb = new WebBrowser(); wb.Dock = DockStyle.Fill; panel1.C 阅读全文
posted @ 2018-11-21 16:10 Kyle0418 阅读(544) 评论(0) 推荐(0) 编辑
摘要: 1.创建窗体对象 属性要设置为public。 2.不创建窗体对象 调用: 阅读全文
posted @ 2018-11-21 09:19 Kyle0418 阅读(4544) 评论(0) 推荐(1) 编辑
摘要: 1.使用Stopwatch 2.使用DateTime 3.调用API 4.利用Thread的UserProcessorTime 阅读全文
posted @ 2018-11-21 09:11 Kyle0418 阅读(282) 评论(3) 推荐(1) 编辑
摘要: 显示完整图片: 阅读全文
posted @ 2018-11-20 17:56 Kyle0418 阅读(739) 评论(0) 推荐(0) 编辑
摘要: 简单的数据绑定: 阅读全文
posted @ 2018-11-20 17:32 Kyle0418 阅读(371) 评论(0) 推荐(0) 编辑
上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 19 下一页