Click here to Skip to main content
15,891,136 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am trying to develop a LAN messenger using TCP/IP in vb.net. For now i wanted the application to get the status of a client set by the client, say offline, when the ip address of the client is entered in the ip textbox. I dont seem to get this working. Help will be appreciated or a hint on how to do that.

Thanks

What I have tried:

I have tried suggestion from a lot of articles online but to no avail
Posted
Updated 11-Apr-18 21:53pm
v2
Comments
Richard MacCutchan 12-Apr-18 3:53am    
How and where does the client set the status value, and how would your application read it?
Member 12530907 12-Apr-18 6:25am    
The client sets his status value on his form by selecting from a dropdown list then it appears in a statustextbox. Now when the receiver inputs the ip of the clients, them it shows the client's status in clientstatustextbox. That is the idea pls
Richard MacCutchan 12-Apr-18 6:45am    
That will only work if the server can see the status message. And without some TCP/IP message interchange between the client and the server, it is not possible.
CPallini 12-Apr-18 6:50am    
Well, 'offline' status could be an exception. The server can deduce the offline status of the client. In all the other cases, you are completely right.
Richard MacCutchan 12-Apr-18 7:04am    
True. But what exactly does "offline" mean?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900