Hello ...
Can someone tell me why this doesnt work?
VB Code:
  1. Dim sthing As New System.Net.Sockets.TcpListener(8788)
Isnt that abover constructor supposed to take in the port value alone too?
Its giving me this error..

Code:
C:\Documents and Settings\Godwin\My Documents\Visual Studio Projects\WindowsApplication7\Form1.vb(65): 'Public Sub New(port As Integer)' is obsolete: 'Use TcpListener(IPAddress localaddr, int port).'
Please help me,Thanks