I have a VB Program written and have 1 problem. I need the 2 of them to talk to each other.

I have created a textbox and configured it as follows:

Text1.LinkMode = 0
Text1.LinkTopic = "PCName!ProgName|Text1"
Text1.LinkItem = "Text"
Text1.LinkMode = 1

PCName is the name of the PC that the other copy of the code is running on.

ProgName is the name of my program (eg: ProgName.Exe)

Text1 is the name of the Text Box

Text is the .Text field I am trying to write to.

But it doesn't work.

Anybody know how to connect the 2 programs using this method. The programs are running of different machines and I know the Computers Network names, address's etc...

Thanks in advance,

Steve.