Related resources for system tray
  • How To Minimize Application To System Tray In C#6/9/2023 7:20:48 AM. Minimizing the application to the system tray (officially known as the Notification Area) is a great alternative to a standard behavior we are accustomed to. Only a few basic steps are necessary to do
  • How to Turn Off and On Notification Area Icons in Windows 101/17/2020 5:06:05 PM. This article explains the Notification Area (System Tray) icons in Windows 10 and how to turn them off and turn on depending on our needs.
  • Notify Icon In C#9/17/2018 8:06:14 AM. In this article, I will discuss how to add a system tray icon for an application using the NotifyIcon in a Windows Forms application using Visual Studio 2010.
  • Animate System Tray in C#5/19/2012 4:44:15 AM. I am sure those who have worked with Visual C++ would have experienced the problem of displaying an icon in system tray and manipulating with context menus for that. Previously I use to display System tray icons with Shell_NotifyIcon by filling a structure and manipulating with a context menu for that icon is another problem.
  • Stock Tracker4/9/2008 2:29:15 PM. This program is a utility to track stock quotes for multiple symbols.
  • Sticky Notepad1/19/2006 7:05:18 AM. I wanted to experiment with writing a program that would run from the "System Tray" of window (that's where you have the date displayed...) since that's not possible with pure Java.
  • Mail Checker 1.012/26/2005 6:43:28 AM. In this article, author shows how to create a program to check your IMAP mail.