Search:

Type: Posts; User: atef201080

Search: Search took 0.04 seconds.

  1. Replies
    0
    Views
    521

    Java in vb.net form

    Hello developers,
    how to run Java app in vb.net form
    this is the app i want to run
    http://www.tibiame.com/?section=play&lan=en&markup=xhtml
    i want to run the app in a form and control it
  2. Replies
    8
    Views
    17,299

    Re: TCP Socket class

    can u please add index for every connection like this


    Public Sub client_Connected(ByVal Index As Integer) Handles client.Connected

    End Sub

    to control between multiple connections ??...
  3. Replies
    4
    Views
    568

    Re: Multi Connection Client

    here is the last one i've tried,
    [code]

    Private Sub TCPConnect(ByVal i As Integer) ' Connect to the Receiver.
    Try

    client(i) = New TcpClient("74.217.68.4", port)
    ...
  4. Replies
    4
    Views
    568

    Re: Multi Connection Client

    i need to send different data depends on data received i tried with winsock but there is no index there and tried synchronous method but i couldn't do it :(
  5. Replies
    4
    Views
    568

    Multi Connection Client

    Hello World !!
    i need to create a client with multiple TCP connections
    i mean i want to connect to SERVER.COM 5 times
    how i do that and send data when connected, and control the received data?...
Results 1 to 5 of 5



Click Here to Expand Forum to Full Width