【发布时间】:2010-09-09 14:56:24
【问题描述】:
我有一个作为资源嵌入的 .ico 文件(构建操作设置为资源)。我正在尝试创建一个 NotifyIcon。如何引用我的图标?
notifyIcon = new NotifyIcon();
notifyIcon.Icon = ?? // my icon file is called MyIcon.ico and is embedded
【问题讨论】:
-
在此处查看类似问题:[在此处输入链接描述][1] [1]:stackoverflow.com/questions/1127647/…