2011年4月3日

C#在托盘显示图标

摘要: C#在托盘显示图标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 notifyIconShow{ public partial class notifyIconShow : Form { public notifyIconShow() { InitializeComponen 阅读全文

posted @ 2011-04-03 10:40 Jan.David 阅读(9043) 评论(0) 推荐(0)

导航