Winsock Control in VB6: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

19 August 2007

3 June 2007

  • curprev 07:3207:32, 3 June 2007 Admin talk contribs 1,817 bytes +1,817 New page: '''Code Sample:''' tcpClient.RemotePort = 110 tcpClient.Protocol = sckTCPProtocol tcpClient.RemoteHost = txtPop.Text <-- can be an IP address tcpClient.Connect tcpClien...