摘要: using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;u 阅读全文
posted @ 2014-12-25 16:54 fiskeryang 阅读(255) 评论(0) 推荐(0) 编辑
摘要: 1.设置WinForm窗体属性ShowInTaskbar=false this.ShowInTaskbar = false;2.加NotifyIcon控件notifyIcon1,为控件notifyIcon1的属性Icon添加一个icon图标。3.添加窗体最小化事件(首先需要添加事件引用):priva 阅读全文
posted @ 2014-12-25 16:53 fiskeryang 阅读(745) 评论(0) 推荐(2) 编辑
摘要: //添加两个com组件引用 //Microsoft ADO Ext. 2.8 for DDL and Security //Microsoft ActiveX Data Objects 2.8 Library using System;using System.Collections.Generic 阅读全文
posted @ 2014-12-25 16:50 fiskeryang 阅读(12198) 评论(2) 推荐(0) 编辑