我还在学习 C#,但我被困住了。我的问题是我有一个托盘图标,当发生某些事情时必须更改它。
我已将新图标作为现有项目添加到项目中,并尝试使用以下代码对其进行更改:
this.notifyIcon1.Icon = new Icon(GetType(), "newmailIcon.ico");
但我收到以下错误:
Resource 'newmailIcon.ico' cannot be found in class 'Traym_Icon.Form1'.
我还在学习 C#,但我被困住了。我的问题是我有一个托盘图标,当发生某些事情时必须更改它。
我已将新图标作为现有项目添加到项目中,并尝试使用以下代码对其进行更改:
this.notifyIcon1.Icon = new Icon(GetType(), "newmailIcon.ico");
但我收到以下错误:
Resource 'newmailIcon.ico' cannot be found in class 'Traym_Icon.Form1'.