I have the need to trigger some events in windows which don't have focus
and am not seeing any good way to accomplish this.
The scenario is that if specific window is opened and a process started
in that window, I need another window to know that the process is
running and configure itself accordingly.
I know I can use public variables, but they don't "trigger" an event
such as a form refresh.
I've tinkered with it, and it also does not seem possible for one form
to run an event in another window... for example, if form1 could run a
form2.refresh that would be a start.
Any wisdom appreciated.
Thanks in advance,
Beverly Howard