我在 WPF 中的 NotifyIcon 遇到问题,第二行抛出异常。我似乎无法找到使用资源中的图标文件的方法,任何人都可以帮忙。
notifyI = new NotifyIcon();
notifyI.Icon = new Icon("Power.ico");
notifyI.Text = "Shutdown Timer";
notifyI.Visible = true;
notifyI.MouseDoubleClick += new
System.Windows.Forms.MouseEventHandler(notifyI_MouseDoubleClick);