Activate application in system tray
Van: KVERMEE - profiel weergeven
Datum: ma 27 mrt 2006 11:51
E-mailadres: "KVERMEE" <KRistof.vermeersc...@pfizer.com>
Discussiegroepen: microsoft.public.vb.winapi
Nog niet beoordeeld
Beoordeling:
opties weergeven
Beantwoorden | Auteur beantwoorden | Doorsturen | Afdrukken |
Afzonderlijk bericht | Origineel weergeven | Verwijderen | Misbruik
melden | Berichten van deze auteur zoeken
Hi
I have an external application running in the background.
When it starts it adds an icon to the notification area (system tray).
The application monitors some things and show messages.
The icon will start to blink if there is a new messages, so the user
can double click the icon and the main window with the messages is
shown.
The problem is that this application runs on a production machine on
which all statusbars are made inaccessible to the user.
I thought of writing an application or script that pops up the
application when the use click on it, and place that on the desktop
I can use C#, VB/NET, VB6, VBscript,...
I already found that the process running in the background don't have a
window handle.
Anybody knows a way how to do this...
|