What is the most easy way to write a distributed program that will be connected using LAN.
What I want to do is that is that Prog A can instruct Prog B in another PC to do something such as, say a simple one, display a message box or a form.
Is there away to invoke a function in Prog B from Prog A in both PC networked over LAN considering that both programs are running now?
Thx.
