|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Learn five alternative approaches for automating the delivery of Excel-based reports. Read all about it in the free whitepaper: “Automating Excel Reports: Five Approaches for Java Developers” Download Now!
|
|
#1
|
|||
|
|||
|
Shell Program to System Tray
How would I do this. Like run a program with the shell command, then put it in the system tray when I click a button?
|
|
#2
|
||||
|
||||
|
Here is an article on how to place applications in the system tray.
http://support.microsoft.com/defaul...ben-us%3b162613 |
|
#3
|
|||
|
|||
|
Thanks but I already know how to put my application in the system tray. I want to put an external program in the system tray though
|
|
#4
|
||||
|
||||
|
Quote:
|
|
#5
|
|||
|
|||
|
What does that mean?
|
|
#6
|
||||
|
||||
|
You will have to get the handle of the spawned window with an API, probably either GetWindow or GetActiveWindow http://msdn.microsoft.com/library/d...ctiveWindow.asp and pass that as the hWnd value to the system tray function.
Last edited by Onslaught : May 19th, 2003 at 02:38 PM. |
![]() |
| Viewing: Dev Shed Forums > Programming Languages - More > Visual Basic Programming > Shell Program to System Tray |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|