I have mini project about client-server connection and i'm using TCP Socket to do a connection. The server wants to know if a client has a 'notepad.exe' application running on the client machine.
I already have list of running process on client machine, and i have an algorithm to detect if Notepad is already running or not.
So, I think there will be a 'Refresh' button on server in order to force Client Side to send data (Notepad application status) to Server , but still in Server Side. Do you get my point ? Sent Data is a string data, e.g. "Notepad is already running", or "Notepad has not started yet".
Just Like my Subject Title, I want to know How to send data from client to server via server side ? Could you please give me some Simple Application about forcing client to send data to server via server side. Urgently Needed
Thanks for any help
Best Regards
Yefta Adiya - Indonesia -
C# Developer