10 2013 档案

摘要://申明一个委托 private delegate void MyInvokeDelegate();//创建监听线程 ListenThread = new Thread(new ThreadStart(ListenFunction)); //启动线程 ListenThread.Start();win是一个Form窗口的句柄/// /// 监听方法,在线程中启动 /// void ListenFunct... 阅读全文
posted @ 2013-10-11 11:24 北美上映 阅读(729) 评论(0) 推荐(0) 编辑
摘要:using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Text;using System.Windows.Forms; namespace CommonModel{ public class BalloonForm : Form { private System.ComponentModel.IContainer components = null; /// ... 阅读全文
posted @ 2013-10-09 10:41 北美上映 阅读(3336) 评论(0) 推荐(0) 编辑