Am I on the right track?

islandtime

New member
Joined
Mar 25, 2008
Messages
1
Programming Experience
Beginner
I am new to vb.net and have been tasked with converting a standalone vb6 app to a client server app. I have started out leaning towards remoting using a TCPListener and TCPClient. I have linked to the code below.


Client

Server

I understand how the mechanics of the server and client work but am a bit undecided on how to proceed with using this basic app to transfer data between my server and client(s). My form will look like the image below. Each column will have to be updated from the server. The Batches to make and the start/stop button will be the only input from the client to the server.

view.jpg


Is there an easier/better way to do what I'm trying to or am I on the right track using the TCPListener and Client?
 
Back
Top