文章分类 - 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="黑色头发"
阅读全文

浙公网安备 33010602011771号