Search results for query: *

  • Users: Jeffo
  • Content: Threads
  • Order by date
  1. J

    database not returning values

    Im having a problem where a client sends an ipaddress to be checked for in the database, it should either return null for the values selected or return the ipaddress and latency for the ipaddress sent. But it only returns the values that the client sends and seems to not check the database...
  2. J

    vb client interacting with vb.net server

    Im trying to get a vb6 client to interact with a vb.net server, they both connect but the vb client wont actually send anything i want, it seems to just send blank spaces. Anyone know if something specific needs to be done?
  3. J

    vb client to vb net server

    Hi, As long as the same port number is used shouldnt it be possible for a client written in vb 6 to send data to a server in vb.net? I've created a simple vb client to send a string ive created, the client connects to the server but does not send what its suppost to it jsut sends blank space...
  4. J

    Can a vb client interact with a vb.net server?

    Im trying to add a client to a previous program im working with so that the prgoram uses vb6 and the server runs on vb.net, but both client and server say the portnumber is already in use. Does this mean that you need both client and server to be written in the same language?
  5. J

    Making a constant listening tcp server tcp

    I was wondering would adding a while loop that is always true with a tcp listener inside would allow it to always listen for connecitons off a client? As at the moment with the method i am tryin it only listen to a client once then stops listening Can anyone see what I am doing wrong? Dim...
  6. J

    UDP server problem

    Hi, Im trying to develop a udp client server application. Ive used code ive seen from other examples on the net, im just having a few problems with the server application at the moment. PublicClass UDPSrv Dim receivingUdpClient As UdpClient Public RemoteIpEndPoint AsNew...
  7. J

    UDP client server application

    Hi, Im trying to develop a udp client server application. Ive used code ive seen from other examples on the net, im just having a few problems with the server application at the moment. Imports System.IO Imports System.Net.Sockets.Socket Imports System Imports System.Net Imports...
Back
Top