Chinaunix首页 | 论坛 | 博客
  • 博客访问: 12370986
  • 博文数量: 1293
  • 博客积分: 13501
  • 博客等级: 上将
  • 技术积分: 17974
  • 用 户 组: 普通用户
  • 注册时间: 2011-03-08 18:11
文章分类

全部博文(1293)

文章存档

2019年(1)

2018年(1)

2016年(118)

2015年(257)

2014年(128)

2013年(222)

2012年(229)

2011年(337)

发布时间:2016-02-17 09:55:23

DialogResult dr = MessageBox.Show("确认删除吗", "提示", MessageBoxButtons.OKCancel); if (dr == DialogResult.OK) {     MessageBox.Show("您选择的是【确认】"); } else if (dr == DialogResult.Cancel) {     MessageBox.Show("您选择的是【取消】"); } .........【阅读全文】

阅读(1975) | 评论(0) | 转发(0)

发布时间:2016-01-22 10:15:40

问题现场:   解决方案: 生成->配置管理器->平台->点击Any Cpu选项卡->新建->新建平台->X86。 如下图所示:   参考: http://www.mycodes.net/78/6296.htm......【阅读全文】

阅读(2565) | 评论(0) | 转发(0)

发布时间:2016-01-15 18:44:59

using System; using System.Collections.Generic;using System.Linq;using System.Text;using System.Windows;using System.Windows.Threading;namespace DrawWpf{    class WpfApplication :.........【阅读全文】

阅读(2424) | 评论(0) | 转发(0)

发布时间:2016-01-15 18:40:27

1、New和Update时使用 this.dataGrid1.Items.Refresh(); 2、数据绑定 public class DgStaffInfo : INotifyPropertyChanged {     private int mId;     private string mName;     public string Name     {      .........【阅读全文】

阅读(2458) | 评论(0) | 转发(0)

发布时间:2016-01-11 18:31:00

static void Main(string[] args) {     List dataList = new List();     for (int i=0;i......【阅读全文】

阅读(2427) | 评论(0) | 转发(0)
给主人留下些什么吧!~~

tomcoding2018-07-26 14:29

学无止境啊,到我的博客看看吧

回复  |  举报

lixinhai062016-12-01 16:14

大牛

回复  |  举报

dyli20002015-04-02 23:14

meng1623338942:有好多我要学习的东西啊、】

互相学习

回复  |  举报

dyli20002015-04-02 23:14

华冠一锅3:博客不错,交个朋友

好说好说

回复  |  举报

华冠一锅32015-04-02 13:12

博客不错,交个朋友

回复  |  举报
留言热议
请登录后留言。

登录 注册