Coding
Error: Too few parameter
Let me start a new thread with new error message: Too few parameter I just used MessageBox.Show to display three variables, they all have value. Did I write cmd correctly? Thanks. MessageBox.Show(Environment.UserName); MessageBox.Show(dtEastern.ToString()); MessageBox.Show(GlobalVariables.LogNote); Edit: Read more…