Hello all
i would like to send data from an application running client side to another application running Server side
in need to some how make an if statment that will send this data only IF an application has been killed
thats part one
the next part is to add some text to another program saying connected or dissconnected depending if this prossess is killed
here is my coding soo far
[Code]
using
namespace
{
InitializeComponent();
}
pr.Kill();
pr.Close();
[/Code]
Many thanks