I created a NotifyIcon
Icon iconImage = Icon.FromHandle(Properties.Resources.icon.GetHicon()); NotifyIcon icon = new NotifyIcon() { Icon = iconImage,