I have a solution that contains some Forms with code like the following.
There is a different icon for the app that shows in the taskbar.
This appears to be the only NotiftIcon_1 mention in the project.
What could this posibly be for?
There is a different icon for the app that shows in the taskbar.
This appears to be the only NotiftIcon_1 mention in the project.
What could this posibly be for?
VB.NET:
In: Designer.vb
Me.NotifyIcon_1 = New System.Windows.Forms.NotifyIcon(Me.components)
' NotifyIcon_1
Me.NotifyIcon_1.Text = "1"
Me.NotifyIcon_1.Visible = True
Friend WithEvents NotifyIcon_1 As System.Windows.Forms.NotifyIcon
In: .resv
<metadata name="NotifyIcon_1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">