Hem / Tips & tricks
private void TxtBox_KeyPressed(object sender, KeyPressEventArgs e){if(e.KeyChar==13 || e.KeyChar==27){e.Handled=true;}}