我正在尝试在我的应用中实现Notify Icon
。我试过这个:http://www.hardcodet.net/wpf-notifyicon但由于某种原因没有用。我复制了&粘贴示例代码甚至创建一个新项目,仅用于实践目的,但仍然没有。
如何在Notify Icons
中实施WPF applications
或类似内容?
代码尝试了XAML
xmlns:tb="http://www.hardcodet.net/taskbar"
<tb:TaskbarIcon x:Name="MyNotifyIcon" IconSource="/Icons/Error.ico" ToolTipText="hello world" />
错误是:抛出异常:PresentationFramework.dll中的'System.Windows.Markup.XamlParseException'
致以最诚挚的问候,