2019年5月24日

c#自制抽奖小程序

摘要: #region 第一部分界面设计 const int N = 8; Button button = new Button(); Image[] images = new Image[N]; PictureBox[] pictures = new PictureBox[N]; int[] dx = n 阅读全文

posted @ 2019-05-24 00:27 不长记性的脑子、 阅读(1934) 评论(4) 推荐(0) 编辑

2019年4月17日

c#中的几种Dialog

摘要: 1、OpenFileDialog 1 private void FileOpen_Click(object sender, EventArgs e) 2 { 3 OpenFileDialog openFile = new OpenFileDialog();//创建OpenFileDialog对象 4 阅读全文

posted @ 2019-04-17 00:37 不长记性的脑子、 阅读(3374) 评论(0) 推荐(1) 编辑

导航