随笔分类 -  .NET

摘要:#define CODE1 using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Runtime.CompilerServices; usin 阅读全文
posted @ 2019-12-11 23:28 Netop 阅读(341) 评论(0) 推荐(0)
摘要:dll下载链接: https://pan.baidu.com/s/1bpzc1Bp 密码: qteb 引用上面的dll 使用示例: 阅读全文
posted @ 2016-10-20 10:08 Netop 阅读(399) 评论(0) 推荐(0)
摘要:控件来源:http://www.o2sol.com/pdfview4net/download.htm (使用版本:2016年8月31号更新版) 备份链接: https://pan.baidu.com/s/1b6pJ0E 密码: bu3r 里面包含4个文件夹Bin、Help、Samples、Suppo 阅读全文
posted @ 2016-10-19 16:36 Netop 阅读(5931) 评论(8) 推荐(1)
摘要:如题 阅读全文
posted @ 2016-10-12 15:35 Netop 阅读(367) 评论(0) 推荐(0)
摘要:解决窗体的控件未完全加载就可以执行其他可能阻塞控件加载的线程 控件初始化后调用this.Refresh()即可 阅读全文
posted @ 2016-10-12 14:52 Netop 阅读(1858) 评论(0) 推荐(0)