07 2018 档案
摘要:这个系统自带的 SplashScreen 不是太好,不能自定义。。。 下面是我自定义的 SplashWind : canCloseSplash 用来判断是否可以关闭这个loading自定义窗口。原理是在主窗口的Loaded事件里设置 App.canCloseSplash =true;在自定义的Spl
阅读全文
摘要: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...
阅读全文
摘要: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...
阅读全文
摘要:public class UpdateChecker { public static event EventHandler completeCheck; private static bool isChecking = false; private static WebClient wc; public static vo...
阅读全文
摘要:web.Document.InvokeScript("eval",new string[]{"document.getElementById('passwordbt').value='1u2';document.getElementById('loginInfoname').value='12345
阅读全文
摘要:.net 里的Webbowser控件默认情况是用IE7来渲染 可修改注册表试用是最新的版本来渲染: 或者使用第三方的浏览器控件: 项目基于WebKit.NET 0.5开发 google code地址:https://code.google.com/archive/p/open-webkit-shar
阅读全文
摘要:在主窗体中可以插入按钮。添加下述代码,其中前一个没有新建文件夹功能,后一个有新建文件夹功能
阅读全文
摘要:public static string sendMsg2(string msg) { try { msg = Uri.EscapeDataString( msg); string sUrl = "http://i.xiaoi.com/robot/webrobot...
阅读全文