TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
About tray
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Mahesh Chand (2)
Aman (2)
Michal Habalcik (1)
Rizwan Ali (1)
Amit Choudhary (1)
K Niranjan Kumar (1)
Chitkaran Singh (1)
Dipal Choksi (1)
Saurabh Nandu (1)
Tran Khanh Hien (1)
Edwin Lima (1)
Sivakumar Nagarajan (1)
Matt Watson (1)
Related resources for tray
No resource found
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 10
1/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.
WPF Toolbar Tutorial
11/8/2018 9:00:20 PM.
The <Toolbar> element in XAML and the Toolbar class in WPF represent a Toolbar control. This tutorial consists of several code examples of how to create a Toolbar and add buttons to a toolbar co
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.
Status Bar (SystemTray) in Windows Phone 8.1
8/31/2014 1:06:10 PM.
This article explains the Status Bar in Windows Phone 8.1.
Putting an Application Into The Windows Taskbar Notification Area Using C#
4/22/2014 5:53:42 PM.
In this article we will build a very simple Windows Forms application that will enable your application to be in the Taskbar Notification Area.
SystemTray and Progressbar in Window Phone 7 Twitter Search Application
5/20/2012 7:36:47 AM.
In this post we’ll create an Window phone that will utilize the System Tray progress bar for waiting while the work is being done in background.
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.
Minimize a Form to System Tray
5/15/2012 2:22:19 PM.
This article demonstrates the technique of minimizing the windows form to system tray and not display it in the task bar of the windows.
Stock Tracker
4/9/2008 2:29:15 PM.
This program is a utility to track stock quotes for multiple symbols.
Sticky Notepad
1/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.
Reminder Program
1/19/2006 3:52:20 AM.
The program allows you to set a running timer to remind you of an upcoming event.
Tray Bar Application
1/18/2006 1:22:52 AM.
This is a very simple C# application which implements those very familiar Windows applications with a tray Icon.
Forum Alert Service Version 1.0
1/15/2006 11:11:26 PM.
The Alert Service is a Windows service that can be deployed in any discussion forums and whenever a thread is posted to the forums, an alert will be issued in the form of a message to the user.
Mail Checker 1.0
12/26/2005 6:43:28 AM.
In this article, author shows how to create a program to check your IMAP mail.