Tagged Questions

1
vote
1answer
56 views

Why can my property sheet, shown from a system tray icon, lock up the taskbar?

Note: code samples have been simplified, but the overall structure remains intact. I am working on a Win32 application whose main interface is a system tray icon. I create a dummy …
0
votes
1answer
137 views

How to create a tray icon with custom image using QT?

Hello. I have tried to create a custom-painted icon using QT under window. The following code displays an icon, but it looks transparent instead of color filled :(. OS is WinXP SP …
2
votes
2answers
119 views

Nicer notifications in tray

Hi, Do you know any example with nicer notification in system tray? I don`t like standard baloon so maybe there are others free, third-party components I can use? Thanks
2
votes
2answers
138 views

TrayIcon balloon does not show up

Hello, I compiled my trayicon utility c++ code in visual studio 2005 express edition and tray icon balloons showed up successfully but later I deleted my firewall, switched on to w …
0
votes
1answer
55 views

How I can add a Widget or a Region to an Status Icon in PyGTK

Hello All, This is my first question in StackOverflow, so I would try to explain my self the best I can. I made an small app trying to emularte the windows Procastination Killer …
1
vote
2answers
251 views

Simple tray icon application using pygtk

I'm writing a webmail checker in python and I want it to just sit on the tray icon and warn me when there is a new email. Could anyone point me in the right direction as far as the …
1
vote
1answer
57 views

Tray Icon issue

Hi all, i have a program which displays tray icon and popups and balloon when some event occurs. The problem arises when i change the image of the try icon no balloon popups when …
6
votes
7answers
7k views

What’s the proper way to minimize to tray a C# WinForms app?

What is the proper way to minimize a WinForms app to the system tray? I've seen hackish solutions like, "minimize, set ShowInTaskbar = false, then show your NotifyIcon." Solution …
1
vote
1answer
187 views

Large items in the notification area (AKA system tray)?

I would like to place some large items in the XP system tray. (the one next to the clock) By this i mean items that take up more than the standard icon space. I know it can be do …
3
votes
4answers
785 views

Tray Icon animation

I know how I do to place a icon in the systray. But what the best method to perform systray icon animation? animated gifs? timers? Preferentially using C# and/or WPF. Thanks!
3
votes
2answers
300 views

PNG TrayIcon transparency on Windows

I'm trying to use a transparent PNG as the icon for my Java application. The image on the JFrame and task bar work great. However, when I use the image with a TrayIcon, I get a bla …
1
vote
1answer
169 views

Anyway to stop Windows bringing app to front when displaying a context menu on tray icon?

We are experiencing this annoying problem where we have a context menu on our tray icon, if we display this context menu we have to SetForegroundWindow and bring it to the front. T …