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!

I want to connect at unix in my application VB

Status
Not open for further replies.

Nadia

Programmer
Apr 3, 2000
1
CA
In my code Vb, i want to connect at unix but staying in visual basic. I'll use Telnet in batch....<br>Thank you
 
<br><br>What you are describing is creating an 'instance' of a UNIX (Telnet) session within your application. You'll need a third party COM component written for that purpose; unless you want to write your own, in which case I'd like to buy stock in your new software firm while it's still available. You'll have some competition from the start if you do, there are several such packages out there already.&nbsp;&nbsp;:)<br> <p>Amiel<br><a href=mailto:amielzz@netscape.net>amielzz@netscape.net</a><br><a href= > </a><br>
 
I'm no expert but couldn't you just use the winsock control to connect and send data that way? Then you wouldn't need a third party control and you would have compleate control over the sending/receving of data.<br><br>Erik
 
<br><br><br>Yes, of course, he'll need the WinSock Control to create his own COM component to manage a Telnet Session. Where can I buy stock ?<br><br> <p>Amiel<br><a href=mailto:amielzz@netscape.net>amielzz@netscape.net</a><br><a href= > </a><br>
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top