PDA

Click to See Complete Forum and Search --> : Programs in the System Tray


Jun 8th, 2000, 06:38 AM
I used the Microsoft example for running a program from the system tray, and liked it so much that I decided to do the same thing with a second program. The problem is: When I load the second program, it overrides the first one. I'm new to the whole API thing, so I really don't know what I need to modify so that both programs will run. (Actually, the first program continues to run, but the icon disappears)
Any help?

Thanks,

Ray

Fox
Jun 8th, 2000, 07:21 AM
Hm, I never had problems with that... check out the demo project (http://orion.spaceports.com/~mccloud/coding/general.htm#Tray icon) from my website wich works fine...

Jun 9th, 2000, 12:43 AM
Thanks for the assistance. I discovered that the problem wasn't in my work afterall. I use the Tray Manager (by Ziff-Davis). It appears to be the root of the problem. Once I excluded my apps from the Tray Manager, the problem went away.

Thanks again,

Ray