Communication between computers...
-
Is there anyone who can kindly provide me with example of computers via tcp/ip. I am writing an application that run on 2 different computer and i have to get the 2 application from the computer to work together.. What can i do to achieve this assume this 2 computers are in the same network? urgent help needed.. thanks..
-
Is there anyone who can kindly provide me with example of computers via tcp/ip. I am writing an application that run on 2 different computer and i have to get the 2 application from the computer to work together.. What can i do to achieve this assume this 2 computers are in the same network? urgent help needed.. thanks..
-
-
Isn't remoting means controlling remotely? Does communication between computers share the same topic?
Remoting is away of communicating between different computers. You could also look into the Microsoft Message Queue (MSMQ) and Web Services.
Steve Jowett ------------------------- Real programmers don't comment their code. If it was hard to write, it should be hard to read.
-
Remoting is away of communicating between different computers. You could also look into the Microsoft Message Queue (MSMQ) and Web Services.
Steve Jowett ------------------------- Real programmers don't comment their code. If it was hard to write, it should be hard to read.