Help for this page

Select Code to Download


  1. or download this
    NotifyIcon CreateNotifyIcon()
    {
    ...
     icon.Icon = new Icon(GetType(), "cool.ico");
     return icon;
    }
    
  2. or download this
    NotifyIcon CreateNotifyIcon()
    {
    ...
     icon.Visible = true;
     return icon;
    }