In this tutorial, I will teach you how to create a notify icon in c#. This method has the ability to hide the form and it will be displayed in the system tray. It also gets the current date and OS version of your computer.
In this tutorial I will teach you how to create a simple NotifyIcon by using Visual Basic 2008. This NotifyIcon contains the system information that allows you to know the current date and the kind of operating system (OS) that you are using.
So let’s begin:
Open Visual Basic 2008 and create a new Windows Application. Drag a “ContextMenuStrip”, ”NotifyIcon”, ”Button” and “Label”.