Hello ...
Can someone tell me why this doesnt work?
Isnt that abover constructor supposed to take in the port value alone too?VB Code:
Dim sthing As New System.Net.Sockets.TcpListener(8788)
Its giving me this error..
Please help me,ThanksCode: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).'![]()




Reply With Quote