文章分类 -  C#(Winform)

摘要:引入C#代码usingSystem.Resources;声明变量C#代码privateNotifyIconnIcon;构造方法中写入C#代码publicForm3(){InitializeComponent();this.nIcon=newNotifyIcon();ResourceManagermanager=newResourceManager(typeof(TestMouseMove.Properties.Resources));Iconicon=(Icon)manager.GetObject("me");this.nIcon.Text="黑色头发" 阅读全文
posted @ 2013-08-09 15:57 月嘿风高 阅读(279) 评论(0) 推荐(0)