在WinForm当中,我们可以使用非常轻松地实现系统托盘,在.NET Core的WPF当中,System.Windows.Form并不能作为命名空间引用,本文将讲述如何在WPF中实现系统托盘,以及如何将窗口最小化到系统托盘。
安装NuGet包
搜索Hardcodet.NotifyIcon.Wpf并安装:
编写ViewModel
public class NotifyIconViewMode...
需求
自动标记当前日期所在的列,高亮
自动更新图标数据源
实现
使用ActiveX控件实现
'Get English Name of Column
Public Function Fun_GetEngName(ByVal argColumn As Integer) As String
Dim strEngName As String
Dim iNum, iMod As I...