Well my Question is that, I am developing a TCP IP application through which i want to control my client PCs on network.
My Server Software
Listens for Connections and send commands to client
Client Software
Connects to Server and if it receives a command it acts as it has been written in it's code such as if Server sends command "LOCK" it will lock the workstation.
Now i want to send an Array of strings for registry settings.
Local Policies on Client PC, but i dont know how can i handel an array. and how to send it to client.
My Server Software
Listens for Connections and send commands to client
Client Software
Connects to Server and if it receives a command it acts as it has been written in it's code such as if Server sends command "LOCK" it will lock the workstation.
Now i want to send an Array of strings for registry settings.
Local Policies on Client PC, but i dont know how can i handel an array. and how to send it to client.