MS NotifyIcon logging Init

This commit is contained in:
2021-01-04 16:37:57 +01:00
parent f7f72fc3ae
commit 2ad498c8f2
8 changed files with 29 additions and 4 deletions

View File

@@ -216,7 +216,7 @@ Partial Class frmMain
Me.NotifyIconMain.BalloonTipTitle = "Title"
Me.NotifyIconMain.ContextMenuStrip = Me.cmstrpNotifyIcon
Me.NotifyIconMain.Icon = CType(resources.GetObject("NotifyIconMain.Icon"), System.Drawing.Icon)
Me.NotifyIconMain.Text = "NotifyIcon1"
Me.NotifyIconMain.Text = "Clipboard Watcher"
Me.NotifyIconMain.Visible = True
'
'cmstrpNotifyIcon