Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
WinSock how do we use it now-a-days
#2
Like?
Code:
Imports System.Net.Sockets

Public Class Form1
    Dim sock As New TcpClient()
    Dim ip As IPAddress = IPAddress.Parse("127.0.0.1")
    Dim port As Integer = 81
[Image: Lj]
Reply


Messages In This Thread
WinSock how do we use it now-a-days - by Cppsean - 10-10-2009, 05:16 PM
RE: WinSock how do we use it now-a-days - by Vorfin - 10-10-2009, 06:10 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)