Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Communication between Windows and Unix platform

Status
Not open for further replies.

varan123

Programmer
Feb 21, 2003
6
GB
I was given a task whereby I need write a Visual Basic program which runs in Windows platform and this have to communicate with another system which runs in the Unix environment.
Is there any method I can use so that visual basic can send
the parameters to the Unix platform?
I knew that we can use Winsock for windows but how about from visual basic?
 
Hi,

if you want to use winsock in vb, you can use the Winsock control (Components -> Microsoft Winsock Control).

For the unix end, im not sure. If its Linux then maybe a component already exists.
 
Hi again,

Is winsock is the only way to use in VB or
is there any other methods?
 
I am not aware of other methods in vb.

Besides the winsock control is by far the easiest to use.

Rich.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top