WPF NotifyIcon 实现例子

时间:2015-09-05 17:12:07
【文件属性】:
文件名称:WPF NotifyIcon 实现例子
文件大小:36KB
文件格式:7Z
更新时间:2015-09-05 17:12:07
WPF NotifyIcon 实现例子 简单轻快,纯原生.net 实现,无任何第三方控件。
【文件预览】:
NotifyDemo
----NotifyDemo()
--------App.xaml.cs(340B)
--------ICON()
--------app.config(144B)
--------Page1.xaml.cs(2KB)
--------Properties()
--------NotifyDemo_TemporaryKey.pfx(2KB)
--------App.xaml(315B)
--------CustControl()
--------Page1.xaml(1020B)
--------NotifyDemo.csproj(6KB)
--------obj()
--------bin()
----NotifyDemo.sln(920B)
----NotifyDemo.suo(16KB)

网友评论

  • 东西还不错,就是分太贵
  • 在后台直接new 一个 NotifyIcon 对象就可以用,不需要用WindowsFormsHost封装一下放界面上。
  • 不是我要的东东啊,只是一个控件的示例而已。。分太贵了点
  • 我以为是啥神奇的实现,结果还是用了System.Windows.Forms命名空间下的 NotifyIcon控件.
  • 功能实现了 学习中