最佳答案
我有一个。作为资源嵌入的 ico 文件(将构建操作设置为资源)。我正在创建一个 NotifyIcon。如何引用我的图标?
notifyIcon = new NotifyIcon();
notifyIcon.Icon = ?? // my icon file is called MyIcon.ico and is embedded