影子博客

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

随笔分类 -  随笔记录

摘要:public partial class Form2 : Form { public Form2() { InitializeComponent(); } string strPath = ""; private void button1_Click(object sender, EventArgs 阅读全文
posted @ 2019-07-04 08:53 影子博客 阅读(200) 评论(0) 推荐(0)

摘要:private void Form1_Load(object sender, EventArgs e) { ///控件属性来处理 Control.CheckForIllegalCrossThreadCalls = false; } DataSet ds = new DataSet(); Mydele 阅读全文
posted @ 2016-07-22 14:39 影子博客 阅读(258) 评论(0) 推荐(0)

摘要:using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Windows.Forms; namespace 消息机制获... 阅读全文
posted @ 2016-02-16 16:26 影子博客 阅读(485) 评论(0) 推荐(0)