cildor666 Advanced Cheater
Reputation: 0
Joined: 08 Mar 2008 Posts: 95
|
Posted: Mon Dec 01, 2008 1:14 pm Post subject: Help with VB 2008. |
|
|
| I'm trying to make my button open telnet and connect to an IP and port. But I want it to use TextBox1.Text as the IP and TextBox3.Text as the port. I've tried several things like Shell("telnet" + TextBox1.Text + TextBox3.Text) and none of them seem to be working. Any help is greatly appreciated.
|
|