Notify Icon Control in VB.NET

What is notifyicon control in VB.NET?

Explanation

Notify Icon Control

Notify Icon Control is used to display an icon in the system tray. This control can be used to indicate the start and stop of an application or a process or a service.
Explanation:
  • First the Visible property of the Control is set to false.
  • Icon Image is loaded using the Icon property.
  • Button control is used to enable the Notify Icon Control using the click event.

Visual Basic Tutorial


Ask Questions

Ask Question