会员
周边
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
弹来弹去跑马灯!
wgscd
test red font.
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
23
24
25
26
27
28
29
30
31
···
39
下一页
2018年7月19日
c# update check
摘要: 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
阅读(511)
评论(7)
推荐(0)
2018年7月17日
test zhenai
摘要: web.Document.InvokeScript("eval",new string[]{"document.getElementById('passwordbt').value='1u2';document.getElementById('loginInfoname').value='12345
阅读全文
posted @ 2018-07-17 15:52 wgscd
阅读(284)
评论(7)
推荐(0)
.net 设置Webbowser 版本
摘要: .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
阅读(453)
评论(0)
推荐(0)
VB6 选择文件夹路径
摘要: 在主窗体中可以插入按钮。添加下述代码,其中前一个没有新建文件夹功能,后一个有新建文件夹功能
阅读全文
posted @ 2018-07-17 14:50 wgscd
阅读(3690)
评论(0)
推荐(0)
2018年7月4日
调用聊天机器人 -小I机器人
摘要: 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
阅读(1060)
评论(3)
推荐(0)
2018年7月3日
c# 多线程和异步
摘要: 有时候需要多线程来运行处理后端和UI的更新。 通常用
阅读全文
posted @ 2018-07-03 17:32 wgscd
阅读(307)
评论(0)
推荐(0)
2018年6月27日
WPF save listbox config
摘要: 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
阅读(343)
评论(1)
推荐(0)
2018年6月26日
VB6 CHECK is run as admin privilege
摘要: vb6 code: get windows OS version information: check OS byte 32 or 64: shellexcute, application is run as admin
阅读全文
posted @ 2018-06-26 15:05 wgscd
阅读(456)
评论(0)
推荐(0)
2018年6月21日
WPF Style
摘要:
阅读全文
posted @ 2018-06-21 16:46 wgscd
阅读(571)
评论(0)
推荐(0)
2018年6月15日
c# Login UI with background picture animation
摘要: 准备4张图片 UI control: code: 调用: void MainWindow_Loaded(object sender, RoutedEventArgs e) { gridMain.Children.Insert(0, new MainBgAd()); }
阅读全文
posted @ 2018-06-15 16:42 wgscd
阅读(469)
评论(1)
推荐(0)
上一页
1
···
23
24
25
26
27
28
29
30
31
···
39
下一页
公告