Search results for query: *

  1. S

    Please Help with TCP

    I think that this function do that or not :confused: Private Sub UpdateStatus(ByVal statusMessage As String) Form1.TextBox1.Text = (statusMessage) End Sub
  2. S

    Please Help with TCP

    Imports System.Net Imports System.Net.Sockets Public Class Form1 #Region "Var" Const port As Int32 = 10000 Private clients As New Hashtable() Private Server As TcpListener Private ipserv As IPAddress = IPAddress.Parse("192.168.1.3") #End Region Friend Sub...
Back
Top