弹来弹去跑马灯!

摘要: ' 'Class CommonDialog 'Member of MSComDlg ' Private Sub Command1_Click() ShowOpenFile End Sub Private Sub ShowOpenFile() Dim gLastClDir As String, Fil 阅读全文
posted @ 2016-08-15 16:21 wgscd 阅读(647) 评论(0) 推荐(0)
摘要: Advanced Find and Replace是一款文件内容搜索工具,同时也是文件内容批量替换工具。支持通配符和正则表达式,方便快捷强大! 显示中文的方法:第二个菜单 Language 选 下载地址:http://www.liangchan.net/liangchan/3478.html 注册码 阅读全文
posted @ 2016-07-28 10:43 wgscd 阅读(2390) 评论(0) 推荐(0)
摘要: hhhhhhhhhhhhhhhh hhhhhhhhhhhhhhhh ttttttttttttt (function () { var ie = !!(window.attachEvent && !window.opera); var wk = /webkit\/(\d+)/i.test(naviga 阅读全文
posted @ 2016-06-28 15:28 wgscd 阅读(283) 评论(1) 推荐(0)
摘要: VB6 Access 事务(Transaction) 阅读全文
posted @ 2016-04-18 15:22 wgscd 阅读(1200) 评论(0) 推荐(0)
摘要: FSO,adodb.stream 阅读全文
posted @ 2016-03-25 15:05 wgscd 阅读(2482) 评论(0) 推荐(0)
摘要: Internet Explorer Internet Explorer 在Windows 10 升级为Edge模式,是一种交互性和兼容性都很强的新型浏览器,该浏览器相比以前的版本更新了超过2000个操作性问题,支持20个新平台特性来促进交互性和兼容性。详情: http://blogs.msdn.co 阅读全文
posted @ 2016-03-16 15:41 wgscd 阅读(480) 评论(0) 推荐(0)
摘要: 原文:http://edi.wang/post/2016/2/1/windows 10 uwp back button tricks 这篇文章主要总结一下Windows 10 UWP开发中关于页面导航及后退按钮的一些省时省力的技巧。 一、页面导航 导航到另一个页面,用的是Frame的Navigate 阅读全文
posted @ 2016-03-08 15:11 wgscd 阅读(1046) 评论(0) 推荐(0)
摘要: UWP 阅读全文
posted @ 2016-03-06 21:06 wgscd 阅读(529) 评论(0) 推荐(0)
摘要: Task有时候相当于Thread的作用 下面的例子test2 是个带参数和返回值的函数。 private int test2(object i){ this.Invoke(new Action(()= {pictureBox1.Visible=true;})); System.Threading.T 阅读全文
posted @ 2016-03-03 14:12 wgscd 阅读(31229) 评论(0) 推荐(1)
摘要: DAO介绍(三) 3)type、options 和 lockedits 参数 type参数可选表 可选参数 dbOpenDynaset dbOpenSnapshot dbOpenForwardOnly dbOpenDynamic dbOpenTable 参数说明 Recordset对象表类型 Rec 阅读全文
posted @ 2016-03-01 13:31 wgscd 阅读(334) 评论(0) 推荐(0)