弹来弹去跑马灯!

上一页 1 ··· 22 23 24 25 26 27 28 29 30 ··· 38 下一页
摘要: 这个系统自带的 SplashScreen 不是太好,不能自定义。。。 下面是我自定义的 SplashWind : canCloseSplash 用来判断是否可以关闭这个loading自定义窗口。原理是在主窗口的Loaded事件里设置 App.canCloseSplash =true;在自定义的Spl 阅读全文
posted @ 2018-07-31 15:05 wgscd 阅读(455) 评论(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 阅读(1032) 评论(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 阅读(1773) 评论(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 阅读(491) 评论(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 阅读(265) 评论(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 阅读(434) 评论(0) 推荐(0)
摘要: 在主窗体中可以插入按钮。添加下述代码,其中前一个没有新建文件夹功能,后一个有新建文件夹功能 阅读全文
posted @ 2018-07-17 14:50 wgscd 阅读(3637) 评论(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 阅读(1033) 评论(3) 推荐(0)
摘要: 有时候需要多线程来运行处理后端和UI的更新。 通常用 阅读全文
posted @ 2018-07-03 17:32 wgscd 阅读(291) 评论(0) 推荐(0)
摘要: UI the ui class behinde code : another article:WPF C# 序列化保存设置 https://www.cnblogs.com/wgscd/articles/8630128.html 阅读全文
posted @ 2018-06-27 16:34 wgscd 阅读(330) 评论(1) 推荐(0)
上一页 1 ··· 22 23 24 25 26 27 28 29 30 ··· 38 下一页