c#无法加载图标

时间:2013-11-07 16:28:36

标签: c# windows icons

如何加载图标?

这是我的应用程序的构造函数:

public MyApp()
{
   this.InitializeComponent();
   Icon icon = new Icon(@"/icons/tray.ico");
   // Icon is instance of 'System.Drawing.Icon'
}

启动时,它会因此异常而死:

Additional information: 'The invocation of the constructor on type 'Locale.MyApp' that matches the specified binding constraints threw an exception.' Line number '5' and line position '9'.

是的,图标存在(位于“/icons/tray.ico”)。 这个错误并没有告诉我什么。

0 个答案:

没有答案