摘要: 服务器端using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Ne... 阅读全文
posted @ 2015-05-31 15:57 自由无风 阅读(521) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Drawing;using System.Windows.Forms;using System.Threading;namespace WindowsFormsApplication1{ public partial class Form1 ... 阅读全文
posted @ 2015-05-31 10:39 自由无风 阅读(4191) 评论(1) 推荐(2) 编辑
摘要: private void Form1_Load(object sender, EventArgs e) { //取消跨线层访问控件的判断 Control.CheckForIllegalCrossThreadCalls = false; ... 阅读全文
posted @ 2015-05-31 08:45 自由无风 阅读(576) 评论(0) 推荐(0) 编辑
摘要: public Form1() { InitializeComponent(); } private void button1_Click(object sender, EventArgs e) { /... 阅读全文
posted @ 2015-05-31 08:18 自由无风 阅读(455) 评论(0) 推荐(0) 编辑