使用HttpWebRequest自动更新客户端应用程序
摘要:使用HttpWebRequest自动更新客户端应用程序
阅读全文
posted @
2006-12-29 12:41
王员外
阅读(1733)
推荐(0)
异步通信实例2(Client)
摘要:1usingSystem;2usingSystem.Drawing;3usingSystem.Collections;4usingSystem.ComponentModel;5usingSystem.Windows.Forms;6usingSystem.Data;7usingSystem.Net;8usingSystem.Net.Sockets;9usingSystem.Threading;101...
阅读全文
posted @
2006-08-24 16:39
王员外
阅读(547)
推荐(0)
发布一将SQLServer映射到实体类的工具
摘要:将数据库中指定的表生成以相应表名命名的实体类.
阅读全文
posted @
2006-06-08 15:23
王员外
阅读(325)
推荐(0)
读取纯真数据库的方法
摘要:根据LumaQQ改写而成.1usingSystem;2usingSystem.IO;3usingSystem.Text;45namespaceBDQQ.Data6{7/**////<summary>8///QQWry的摘要说明。9///</summary>10publicclassQQWry11{12第一种模式#region第一种模式13/**////<summary...
阅读全文
posted @
2005-07-08 10:58
王员外
阅读(2521)
推荐(0)
在窗体之间传递参数
摘要:有时候可能要在各个窗体之间传递参数,有两种方法可以实现:1. 在MDI窗体中,若要在子窗体之间引用父窗体中的数据,用如下方法:FormParent frm_parent = (FormParent)this.MdiParent;说明:FormParent是父窗体的类名称2.在一个窗体从主窗体中弹出的情况下,可用Owner的方法FormMain frm_owner = (FormMain)this....
阅读全文
posted @
2005-04-11 18:07
王员外
阅读(1552)
推荐(0)
发布一个《文档资料手册》
摘要:简介 因为总有一些繁杂的资料需要记载,在网上搜了一下,但有不少都是需要注册的,所以就写了这个小程序。相信此软件能够给各位计算机爱好者们提供一些帮助。 功能 1、设置一、二级分类 2、按条件搜索、分页 3、导入、压缩、备份数据库 4...
阅读全文
posted @
2005-04-07 11:18
王员外
阅读(509)
推荐(0)