Question Can this be done (TCP Client/Server)?

RJoshnson

New member
Joined
Aug 18, 2011
Messages
1
Programming Experience
1-3
Hello there guys.I'm currently "trying" to make an app that gets a certain text from the client and sends it to a server and the server sorts it out every text that he gets from the client into a different label every time he gets a text from a client. For example :

Client1 sends certain text to Server and server puts it in label1.text
Client2 Sends different text to Server and server puts it in label2.text
Client3 sends different text than 1 and 2 to Server and server puts it in label3.text
and so on.

Since i'm a newbie when it comes to coding i cannot seem to figure this out.And the product is for personal users (i.e friends and myself)

If it can could you please post a quick source for both the server and client because i cannot seem to find anything on google.
Thanks
 
please post a quick source for both the server and client because i cannot seem to find anything on google.

there are alot of examples and tutorials online... i found these links with a quick google search using keywords "vb.net socket client and server"

VB.NET Socket Programming
VB.NET MultiThreaded Server Socket Programming

Socket server : Socket Server*«*Socket Network*«*VB.Net Tutorial
Using Async Socket Client : Socket Client*«*Socket Network*«*VB.Net Tutorial
 
Back
Top