-
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
-
Hm, I never had problems with that... check out the demo project from my website wich works fine...
-
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