R
Robert Samuel White
Hi there. Can anyone point me to some good references or examples on how to
create an independent tray program that can send triggers to external
applications all designed inside the same solution?
Basically, I want a tray program with a context menu of options (they can be
checked or unchecked options) that when an action is taken gets triggered to
all the other open applications of the solution. I've already created the
tray program, but I don't know how to accomplish the second part. For now,
I have it set up to show the state of these checks in the registry, and each
application on a timer of one second checks for changes in the registry.
Obviously, this is not the best way.
create an independent tray program that can send triggers to external
applications all designed inside the same solution?
Basically, I want a tray program with a context menu of options (they can be
checked or unchecked options) that when an action is taken gets triggered to
all the other open applications of the solution. I've already created the
tray program, but I don't know how to accomplish the second part. For now,
I have it set up to show the state of these checks in the registry, and each
application on a timer of one second checks for changes in the registry.
Obviously, this is not the best way.