So im trying to make a ip pinger to see if a server is online and have got this so far i would like it so that the user can in put a ip on there own from a text box. but keep getting a error on the start part.
Error CS1501 No overload for method 'Start' takes 3 arguments
System.Diagnostics.Process.Start ("cmd", "/k ping" + flatTextBox1.Text ,"-t");