摘要:public partial class Form2 : Form { public Form2() { InitializeComponent(); } string strPath = ""; private void button1_Click(object sender, EventArgs
阅读全文
随笔分类 - 随笔记录
摘要:public partial class Form2 : Form { public Form2() { InitializeComponent(); } string strPath = ""; private void button1_Click(object sender, EventArgs
阅读全文
摘要:private void Form1_Load(object sender, EventArgs e) { ///控件属性来处理 Control.CheckForIllegalCrossThreadCalls = false; } DataSet ds = new DataSet(); Mydele
阅读全文
摘要: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 消息机制获...
阅读全文
|