会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Xsi64's Blog
专注.NET技术
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
下一页
2013年10月16日
好久好久没写博客了
摘要: 现在恢复写博客的习惯,呵呵
阅读全文
posted @ 2013-10-16 09:23 Xsi64
阅读(131)
评论(0)
推荐(0)
2009年11月11日
HttpWebRequest下载文件带进度条
摘要: [代码]
阅读全文
posted @ 2009-11-11 12:18 Xsi64
阅读(1602)
评论(0)
推荐(0)
观察者模式
摘要: [代码]
阅读全文
posted @ 2009-11-11 12:16 Xsi64
阅读(110)
评论(0)
推荐(0)
2009年11月6日
wpf中listview排序
摘要: this.ListView1.Items.SortDescriptions.Add(new SortDescription("UserName", ListSortDirection.Ascending)); this.ListView1.Items.SortDescriptions.Add(new SortDescription("Age", ListSortDirection.Descendi...
阅读全文
posted @ 2009-11-06 17:13 Xsi64
阅读(285)
评论(0)
推荐(0)
2009年11月3日
c#注册表操作
摘要: [代码]
阅读全文
posted @ 2009-11-03 13:37 Xsi64
阅读(102)
评论(0)
推荐(0)
2009年10月30日
HttpWebRequest 上传文件和参数带进度条
摘要: [代码]
阅读全文
posted @ 2009-10-30 17:32 Xsi64
阅读(786)
评论(0)
推荐(0)
ImageSource保存成文件
摘要: [代码]
阅读全文
posted @ 2009-10-30 17:29 Xsi64
阅读(1153)
评论(0)
推荐(0)
WPF 绑定 in Code
摘要: Binding binding = new Binding(); //实例化绑定binding.Source = this.TextBox1; //设置绑定源binding.Path = new PropertyPath("Text"); //设置绑定属性this.TextBox2.SetBinding(TextBox.TextProperty, binding); //设置控件绑定
阅读全文
posted @ 2009-10-30 17:27 Xsi64
阅读(102)
评论(0)
推荐(0)
WPF 刷新主界面
摘要: [代码]
阅读全文
posted @ 2009-10-30 17:23 Xsi64
阅读(2848)
评论(0)
推荐(0)
WPF 异步
摘要: [代码]
阅读全文
posted @ 2009-10-30 16:45 Xsi64
阅读(249)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
下一页
公告