Tagged Questions

2
votes
3answers
570 views

PyQt4 Minimize to Tray

Is there a way to minimize to tray in PyQt4? I've already worked with the QSystemTrayIcon class, but now I would like to minimize or "hide" my app window, and show only the tray ic …
1
vote
1answer
76 views

Custom system tray icon “balloon tooltips” for Qt?

I know that in the .NET framework there are a handful of alternative third-party controls for normal system tray icon "balloon tips", that allow you to change the colors and add so …
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
2answers
91 views

How to handle events for icon tray in windows using C#

Can any body tell me how to handle events for System tray in windows. I mean, when some body clicks on the system tray icon then I want to check whether to enable the application …
2
votes
2answers
137 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
29 views

How to minimiz a Form to Sys Tray on Closing Event in .NET

** How to minimiz a Form to Sys Tray on Closing Event in .NET ** Please HELP.....
3
votes
3answers
253 views

Having the application minimize to the system tray when button is clicked?

How can I have my application minimize itself to the system tray in WindowsXP/Vista? I'm also looking for a way to have a message display itself when the mouse is hovered on the …
2
votes
4answers
483 views

How to write an application for the system tray in Linux

How do I write my application so it'll live in the system tray on Linux? In fact, just like CheckGmail. As with CheckGmail, I'd also like some sort of popup box to appear when I h …
2
votes
3answers
300 views

Create a background process with system tray icon

I'm trying to make a Windows app that checks some things in the background, and inform the user via a systray icon. The app is made with Not managed C++ and there is no option to …
0
votes
4answers
479 views

Force Windows to show a system tray icon

This is a pretty stupid question, but here goes: Is there a way (in .net) to force Windows to show your system tray icon instead of hiding it? I don't want to do this all the tim …
0
votes
0answers
119 views

Showing a popup when hovering over a system notification icon?

I have a C# application with a NotifyIcon. When user hovers over the Icon, I want to show some pop-up window with stuff in it. Ideally, it would work like a tooltip, or like the ne …
2
votes
2answers
92 views

Standards for System Tray applications

Are there any standards out there for how applications that have a system tray icon should behave? I recently wrote an application that sits in the system tray most of it's life. …
4
votes
1answer
204 views

What’s the simplest way to put a python script into the system tray (Windows)

What's the simplest way to put a python script into the system tray? My target platform is Windows. I don't want to see the 'cmd.exe' window.
1
vote
1answer
209 views

My exe runs fine by itself, but does nothing when loaded by a service

Simple exe for a tray icon, that works fine independently I call it using a windows service, and it seems to run(in task manager) but it dosnt seem to exec any code. ie no tray ic …
2
votes
2answers
124 views

Is there anyway to display a custom form in Java that acts similar to TrayIcon.displayMessage()?

Using Java is there anyway to display a custom form/image that behaves similar to TrayIcon.displayMessage() function in that it displays just above the system tray for a while then …

1 2 3 next
15 30 50 per page