Top "Notifyicon" questions

Specifies a component that creates an icon in the notification area.

Tray Icon animation

I know how to place a icon in the Windows notification area (system tray). What is the best method to …

c# wpf system-tray notifyicon trayicon
Accessing resources from code for setting NotifyIcon.Icon

I am trying to get the Icon of a NotifyIcon in WPF. So I have added a .ico file to …

c# wpf embedded-resource notifyicon
Issue with NotifyIcon not disappearing on Winforms App

I've got a .Net 3.5 C# Winforms app. It's got no GUI as such, just a NotifyIcon with a ContextMenu. I've …

c# winforms notifyicon
NotifyIcon not showing

I am writing a simple application that I would like to control with a notifyIcon rather than a form, I …

c# winforms notifyicon
Set system tray notifyicon.icon to a pic in images folder

I've tried several things and eventualy just put the image directly inside C:\Users\Gebruiker\Documents\Visual Studio 2012\Projects\FolderMonitor\…

c# image notifyicon
Display Text over notifyicon icon in windows application

I'm creating a windows application. In this application I'm using notifyicon and minimizing my application to system tray. In my …

c# windows winforms windows-applications notifyicon
Add a function to contextMenu item at notifyIcon

I use an contextMenu1 and an notifyIcon1 for the app. When the app is in Tray Icon and I will …

c# contextmenu notifyicon
Which format and size of icons to use for NotifyIcon

i couldn't find any information regarding system tray icons, what size should they be in to get the best possible …

winforms windows-7 windows-vista notifyicon
Animate tray icon while processing

How can I animate the tray icon while the main application is processing? I already tried the suggestion here, but …

c# notifyicon animated
vb.net how do I make an application that only has a notifyicon and no windows form?

I want to make an application that only has a notifyicon and doesn't have any visible window form when it …

vb.net notifyicon