弹来弹去跑马灯!

07 2018 档案

摘要:这个系统自带的 SplashScreen 不是太好,不能自定义。。。 下面是我自定义的 SplashWind : canCloseSplash 用来判断是否可以关闭这个loading自定义窗口。原理是在主窗口的Loaded事件里设置 App.canCloseSplash =true;在自定义的Spl 阅读全文
posted @ 2018-07-31 15:05 wgscd 阅读(448) 评论(1) 推荐(0) 编辑
摘要:test json parse huoshan video user_id: " parsHTML(xmlServerHttp.responseText) function parsHTML(json) Dim obj Set obj = parseJSON(json) for i=0 to obj.data.items.leng... 阅读全文
posted @ 2018-07-20 18:02 wgscd 阅读(1018) 评论(15) 推荐(0) 编辑
摘要:using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Windows; using System.Windows.Controls; using System.Windows.Data; using System.Windows.Documents; u... 阅读全文
posted @ 2018-07-20 16:35 wgscd 阅读(1759) 评论(0) 推荐(0) 编辑
摘要:public class UpdateChecker { public static event EventHandler completeCheck; private static bool isChecking = false; private static WebClient wc; public static vo... 阅读全文
posted @ 2018-07-19 10:41 wgscd 阅读(479) 评论(7) 推荐(0) 编辑
摘要:web.Document.InvokeScript("eval",new string[]{"document.getElementById('passwordbt').value='1u2';document.getElementById('loginInfoname').value='12345 阅读全文
posted @ 2018-07-17 15:52 wgscd 阅读(256) 评论(7) 推荐(0) 编辑
摘要:.net 里的Webbowser控件默认情况是用IE7来渲染 可修改注册表试用是最新的版本来渲染: 或者使用第三方的浏览器控件: 项目基于WebKit.NET 0.5开发 google code地址:https://code.google.com/archive/p/open-webkit-shar 阅读全文
posted @ 2018-07-17 15:38 wgscd 阅读(421) 评论(0) 推荐(0) 编辑
摘要:在主窗体中可以插入按钮。添加下述代码,其中前一个没有新建文件夹功能,后一个有新建文件夹功能 阅读全文
posted @ 2018-07-17 14:50 wgscd 阅读(3534) 评论(0) 推荐(0) 编辑
摘要:public static string sendMsg2(string msg) { try { msg = Uri.EscapeDataString( msg); string sUrl = "http://i.xiaoi.com/robot/webrobot... 阅读全文
posted @ 2018-07-04 16:29 wgscd 阅读(989) 评论(3) 推荐(0) 编辑
摘要:有时候需要多线程来运行处理后端和UI的更新。 通常用 阅读全文
posted @ 2018-07-03 17:32 wgscd 阅读(281) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示