Is it possible to kill an application from a different machine on the network, if so how can it be done using VB.NET?
E.g, I have an application running in one machine when the user logs into another machine and starts this app it should automatically kill the previous application running in another machine. I store the name of the machine on which the application is running each time it is started. So i know where the application is currently running.
E.g, I have an application running in one machine when the user logs into another machine and starts this app it should automatically kill the previous application running in another machine. I store the name of the machine on which the application is running each time it is started. So i know where the application is currently running.