Hi
I'm having problems finding an easy description of remoting. Im not quite sure of what it even does.
I want to have a program that can send and integer value to another program and i was told that remoting was the way to go.
Here is what the application should do:
In a network there are two computers. The program on computer A is a check in application and when a person checks in, it needs to to send an integer value to a different program on computer B. The program on computer B then uses this integer value to show a few things.
Both programs know each others IP adress and both programs is being written in VB2005.
Any ideas

Help with remoting
NP Rudra
.NET Remoting Article
This should explain things a little
http://www.vbdotnetheaven.com/UploadFile/ksasikumar/NetRemoting11152005081901AM/NetRemoting.aspx ArticleID=35ca5b2b-d1b5-4350-9336-f1f07132d785
Try some examples - even if they are not quite what your trying to do to get familiar with .NET remoting in general. Once youve played around with a few examples - then try and rework them to achieve your objective.