P
Patrick B
When application #1 opens, I would like it to trigger an event in
application #2.
How do you send a message from one window to another? How can
application #1 look to see if application #2 is open, and if it is,
notify application #2 that it has started?
I know that using the win32 api there's a way to send messages between
windows, but I don't know how that translates into .NET.
I posted a similar question in the past and received a suggestion about
remoting. I've looked into remoting and I wonder if there's not a more
straightforward way.
Thanks!
Patrick
application #2.
How do you send a message from one window to another? How can
application #1 look to see if application #2 is open, and if it is,
notify application #2 that it has started?
I know that using the win32 api there's a way to send messages between
windows, but I don't know how that translates into .NET.
I posted a similar question in the past and received a suggestion about
remoting. I've looked into remoting and I wonder if there's not a more
straightforward way.
Thanks!
Patrick