Hi,
I'm new to VB, and need help.
Here is the code I am trying to get to work:
VB Code:
Module Module1 Sub Main() Dim server1 As New Net.Sockets.TcpListener(90) server1.Start() Console.WriteLine("server is waiting...") End Sub End Module
The 'server1' on the first line gets the squiggly blue error-line under it.
I can't see what is wrong with it.
Plz help.




Reply With Quote