socket

  1. E

    Socket Multiple Connection

    hey all , I wish to send message to multiple computers (LAN network). each computer in lab is running the server except one computer which is the client. problem : once message has been sent to first computer , the client stops to send to other computers. CLIENT : Dim ip As String Dim i As...
  2. T

    Question Socket connection aborted by client host on Windows 7

    I have a VB.Net socket client application using the Receive method in a background thread. This has been working great for some time and it is still working great. I am now trying to run this client on Windows 7 instead of Windows XP Pro. What works great on XP does not work well on Windows 7...
  3. P

    Question Asynchronous socket server

    Hi, I have a requirement to create a socket server in VB .Net that is capable of handling data exchange from multiple mobile units to a central server (Not to each other). The units communicate using value pairs of information in the form of :VARIABLE1=VALUE1&VARIABLE2=VALUE2&VARIABLE3=VALUE3...
  4. H

    NetworkStream BeginRead and EndRead Confusion

    hi, I am confused about the operation of the BeginRead and EndRead methods with respect to the way the buffer parameters in the BeginRead method are used. Firstly, there appears to be a serious problem in the code sample for the EndRead method (appears in version 2 and in 3.5 possible all...
  5. H

    Converting VB6 winsock app to .net

    Hi, I am converting an existing TCP server application that uses the winsock control from VB6 to vb.net. The application runs as a service and communicates with approximately 500 clients. Each client is connected for long periods and has occasional conversations with the server. I have been...
  6. S

    Question socket send/receive answer

    hi all... i have an existing client / server application in java that works fine. it communicates through a socket connection and transfers only very small requests. i now want to create a windows moblie 5.0 client for the same application just to handle a few requests. unfortunately i have a...
Back
Top