=?Utf-8?B?dGltbXl0b25n?= <timmytong (AT) discussions (DOT) microsoft.com> wrote in
news:7846F275-266A-4BE8-91E2-41402C6C28AF (AT) microsoft (DOT) com:
Quote:
I have a winform running on a machine to check for some criteria, once
the criteria is fullfilled, this winform need to notify several
winforms on different machine to do some actions(calling the sub). Can
anyone list out some simple steps that I can follow? |
Unfortunately there are no simple steps for this sort of thing.
Take a look at WCF, Remoting, or even web services.