-
Help ! WAN TCP/IP
Hi.. I was looking up a tutorial about how to set up a WAN/IP.
The tutorial tells me :
The first step, after starting Visual Basic, is to include the SocketWrench control in your new project. In Visual Basic 3.0, select the File|Add File option from the menu and a file selection dialog will be displayed. Enter the complete pathname of the control, such as c:\windows\system\cswskctl.vbx. To add the control to the list of available controls, click on the Browse button and enter the complete pathname of the control. In Visual Basic 4.0, you should select Tools|Custom Controls, while in Visual Basic 5.0, you should select Project|Components. A dialog will display all of the available ActiveX controls, then select the Catalyst SocketWrench Control.
But i cant find that kinda control, or any downloadable from google..
What can i do ? Or do you know any sites that Gives a good tutorial step-by-step how to make a tcp/ip WAN client ?
-
Re: Help ! WAN TCP/IP
Thread moved from CodeBank forum (which is for you to post your code examples, not questions)
-
Re: Help ! WAN TCP/IP
-
Re: Help ! WAN TCP/IP
There's also quite a few examples of Client / Server in the Code Bank here. (Using the standard Winsock component, rather than SocketWrench)