Search results for query: *

  1. R

    Socket class

    Socket Error: The requested address is not valid in its context hi, i'm writing the following code for the server: Shared Sub Main() ' Must listen on correct port- must be same as port client wants to connect on. Const portNumber As Integer = 139 Dim tcpListener As New...
  2. R

    Socket class

    i want to know how to send data from one pc to another in a network using the Socket class in VB.NET. please send some code along with your suggetions Thanks
Back
Top