H Mroweh
Dear All,
I have a C# program and I have an on KeyPress event. I want to test the value of the key and find out if it is the Enter key. My code is like this:
public viod MyKeyPress(KeyPressEventArgs e)
{
if(e.KeyChar )
}