Call exe file by click button from window form.
I need to link or call a exe file(or form) if i click the button.How is the method or coding.Please help me i'm in thouble now.TQ very much
private void button1_Click(object sender, EventArgs e)
{
???????
}
The exe file name is connection....Tq