C# 系统托盘图标
C# 系统托盘图标
WPF NotifyIcon 资料
网址:
http://www.codeproject.com/Articles/36468/WPF-NotifyIcon
https://bitbucket.org/hardcodet/notifyicon-wpf/src
https://www.nuget.org/packages/Hardcodet.NotifyIcon.Wpf/
NuGet:
Install-Package Hardcodet.NotifyIcon.Wpf
NuGet下载的Package:
Hardcodet.NotifyIcon.Wpf.1.0.8.rar
WPF NotifyIcon 使用
在MainWindow.xaml的 <Grid> 修改中添加
<tb:TaskbarIcon Name="MyNotifyIcon"
IconSource="Founder.ico"
ToolTipText="Founder 启动本地程序">
tb:TaskbarIcon.ContextMenu
</tb:TaskbarIcon.ContextMenu>
</tb:TaskbarIcon>



浙公网安备 33010602011771号