tcp

  1. R

    Question Best method to deal with sending data remotely

    Hello, I'm making an application which will require a variety of data to be sent to and from a server, with multiple clients, none of which have port forwarding enabled, unlike the server. At the moment, it seems that the only way to allow bidirectional data transfer is via ajax calls to the...
  2. H

    General TCP Listener Question

    I apologize in advance if I butcher this question or any portion of my description herein. I'm a noob and not sure exactly what I'm asking. I have an application that is basically a map that is fed a stream of x/y coordinates, which update as units move about in the field. When I fire up...
  3. A

    Question Simple CHAT application..

    Hi! Sorry if this is a stupid thread... but well... I'm a starter in Visual Basic 2005... I'm tring to create a simple chat app, but my code doesn't work... Here is the code... Client: Imports System Imports System.IO Imports System.Net Imports System.TeXT Imports System.Net.Sockets Public...
  4. F

    Question PC1 to PC2 txtbox.text and video triggering...

    Hi, bit of a newb (first post!) Have created a few stand alone projects but nothing major... Using a trial of VB Studio 2010 (.net 4) Could anyone help me with any of these 3?... (they are inter-related) a) I have two networked pc's ("PC1" and "PC2") with a solution on each which has a...
  5. K

    Question Winsock usage

    hi, trying to send multiple data trough winsock but can get it to work i'm making a program for entrance and a central pc who must get al general info from other pc's the pc on the entrance is used to sell tickets , this pc should send the total amount of cash and the total amount of payed...
  6. casirus

    Question TCP Server/Client "Individual Send To Conected client"

    Hello Well My Issue Is this i have spent the past 2 weeks working On A Chat Program for a client of mine and i seem to of hit a dead end. I have got the server app an the Client app Both Working to what i can see But My issue is i was only asked 4 days ago if i could add a Private msg and...
  7. 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...
  8. xtheonex

    Tcp client server

    Ok, so im new to VB and i cant make sense of any tutorials or sample code. Im a PHP programmer normally, so i understand the basics of loops and conditionals and stuff like that. But im trying to basically create 2 apps. First app is the server app that i want to be a form and it simply...
  9. J

    Question secure serialization over tcp/ip network

    hey, just wondering, i was working with serialization and i serialized data to my local system, then clicked a button and it deserialized the information fine, on my local machine, but when i send it over the tcpclient/listener stream, on my server side where it reads it, it wont deserialize...
Back
Top